Traduction + alias + routing + refactoring

This commit is contained in:
Sebastien Riviere
2026-02-20 22:00:54 +01:00
parent 776bbcd723
commit 76ee9674de
50 changed files with 2978 additions and 1746 deletions

View File

@@ -0,0 +1,8 @@
// Expo
import { Slot } from 'expo-router';
const AuthLayout = () => {
return <Slot/>;
};
export default AuthLayout;