Files
umra-app/app/(tabs)/index.tsx
2025-08-16 20:29:01 +05:00

6 lines
123 B
TypeScript

import { Redirect } from 'expo-router';
export default function TabIndex() {
return <Redirect href="/(tabs)/home" />;
}