feat: Expo scaffold + auth screens + core screens (#39-#46, #48)
This commit is contained in:
5
app/index.tsx
Normal file
5
app/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Redirect } from 'expo-router';
|
||||
|
||||
export default function Index() {
|
||||
return <Redirect href="/(auth)/company-code" />;
|
||||
}
|
||||
Reference in New Issue
Block a user