Initial commit

This commit is contained in:
2026-08-31 16:50:53 +02:00
commit a68c8864b0
80 changed files with 22222 additions and 0 deletions
@@ -0,0 +1,10 @@
import { Stack } from 'expo-router';
export default function ConstructionSiteLayout() {
return (
<Stack screenOptions={{ headerShown: false }}>
<Stack.Screen name="[id]/index" />
<Stack.Screen name="[id]/documents" />
</Stack>
);
}