Files
info-target-mobile/app/profile/added-referalls.tsx
Samandar Turgunboyev a7419929f8 complated project
2026-02-02 18:51:53 +05:00

10 lines
174 B
TypeScript

import CreateReferrals from '@/screens/profile/ui/CreateReferrals';
export default function AddEmployeeScreen() {
return (
<>
<CreateReferrals />
</>
);
}