6 lines
169 B
TypeScript
6 lines
169 B
TypeScript
|
|
import { VerificationFormScreen } from '@/screens/auth/VerificationFormScreen';
|
||
|
|
|
||
|
|
export default function VerificationFormPage() {
|
||
|
|
return <VerificationFormScreen />;
|
||
|
|
}
|