This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
study
/
sing-song-app
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
ba5de89e58
Branches
Tags
main
sing-song-app
/
app
/
_layout.tsx
_layout.tsx
99 B
Historique
Raw
1
2
3
4
5
import { Stack } from "expo-router";
export default function RootLayout() {
return <Stack />;
}