freshyo/apps/user-ui/app/(drawer)/(tabs)/flash-delivery/index.tsx
2026-01-24 00:13:15 +05:30

5 lines
No EOL
162 B
TypeScript

import { Redirect } from 'expo-router';
export default function FlashDeliveryIndex() {
return <Redirect href="/(drawer)/(tabs)/flash-delivery/(products)" />;
}