6 lines
188 B
TypeScript
6 lines
188 B
TypeScript
|
|
import { VerificationSettingsScreen } from '@/screens/profile/VerificationSettingsScreen';
|
||
|
|
|
||
|
|
export default function VerificationSettingsPage() {
|
||
|
|
return <VerificationSettingsScreen />;
|
||
|
|
}
|