5 lines
No EOL
162 B
TypeScript
5 lines
No EOL
162 B
TypeScript
import { Redirect } from 'expo-router';
|
|
|
|
export default function FlashDeliveryIndex() {
|
|
return <Redirect href="/(drawer)/(tabs)/flash-delivery/(products)" />;
|
|
} |