Files
info-target-mobile/app/profile/products.tsx
Samandar Turgunboyev 124798419b fitst commit
2026-01-28 18:26:50 +05:00

6 lines
141 B
TypeScript

import MyServicesScreen from '@/screens/profile/ui/MyServices';
export default function ProductsScreen() {
return <MyServicesScreen />;
}