saf directory

This commit is contained in:
m
2026-09-09 18:40:39 +02:00
parent 2174eecffc
commit 2e01484383
7 changed files with 174 additions and 31 deletions
+10
View File
@@ -0,0 +1,10 @@
import { Stack } from 'expo-router';
import { AuthProvider } from '../context/AuthContext';
export default function RootLayout() {
return (
<AuthProvider>
<Stack />
</AuthProvider>
);
}