Files
sgw-owner-app/app/index.tsx
2025-11-28 16:59:57 +07:00

6 lines
119 B
TypeScript

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