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