Files
expo-popcore-old/app/index.tsx
2025-12-25 16:31:17 +08:00

6 lines
113 B
TypeScript

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