6 lines
173 B
TypeScript
6 lines
173 B
TypeScript
|
|
import { QRCodeConfirmScreen } from '../../../../src/screens/auth/QRCodeConfirmScreen';
|
||
|
|
|
||
|
|
export default function QrLoginConfirmRoute() {
|
||
|
|
return <QRCodeConfirmScreen />;
|
||
|
|
}
|