fitst commit
This commit is contained in:
6
app/(auth)/_layout.tsx
Normal file
6
app/(auth)/_layout.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
// app/(auth)/_layout.tsx
|
||||
import { Slot } from 'expo-router';
|
||||
|
||||
export default function AuthLayout() {
|
||||
return <Slot />;
|
||||
}
|
||||
Reference in New Issue
Block a user