fitst commit
This commit is contained in:
5
app/profile/employees/[id].tsx
Normal file
5
app/profile/employees/[id].tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { EmployeesTab } from '@/screens/profile/ui/EmployeesTab';
|
||||
|
||||
export default function EmployeeDetailScreen() {
|
||||
return <EmployeesTab />;
|
||||
}
|
||||
9
app/profile/employees/add.tsx
Normal file
9
app/profile/employees/add.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import AddEmployee from '@/screens/profile/ui/AddEmployee';
|
||||
|
||||
export default function AddEmployeeScreen() {
|
||||
return (
|
||||
<>
|
||||
<AddEmployee />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user