i forgor 💀

This commit is contained in:
2024-12-04 03:22:05 +01:00
parent 7f9f057a21
commit 97902ce502
47 changed files with 4919 additions and 1026 deletions
-10
View File
@@ -1,10 +0,0 @@
import { Stack } from "expo-router";
export default function RootLayout() {
return (
<Stack>
<Stack.Screen name="(tabs)" options={{ headerShown: false }} />
<Stack.Screen name="+not-found" />
</Stack>
);
}