This commit is contained in:
Alexis Leboeuf
2025-12-11 22:07:29 +01:00
5 changed files with 107 additions and 162 deletions

View File

@@ -20,7 +20,6 @@ export default function Home() {
return(
<ThemedView lvl={3} style={styles.back}>
<View style={styles.container}>
<ChantierSummary style={styles.summary} data={{ chantier }} />
<View style={{width:"100%", position: 'absolute'}}>
<SelectChantier></SelectChantier>
</View>