Files
info-target-mobile/app/(auth)/register.tsx
Samandar Turgunboyev 22c1688781 register update
2026-03-18 17:56:26 +05:00

8 lines
177 B
TypeScript

import RegisterFormScreen from '@/screens/auth/register/RegisterForm';
import React from 'react';
export default function Index() {
return (
<RegisterFormScreen />
);
}