complated project
This commit is contained in:
9
app/profile/added-referalls.tsx
Normal file
9
app/profile/added-referalls.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import CreateReferrals from '@/screens/profile/ui/CreateReferrals';
|
||||
|
||||
export default function AddEmployeeScreen() {
|
||||
return (
|
||||
<>
|
||||
<CreateReferrals />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user