ajout des chambres des enfants

This commit is contained in:
Romulus21
2026-04-12 15:25:58 +02:00
parent 633022f853
commit cbc08fe071

View File

@@ -20,6 +20,8 @@ pub fn Shutters() -> impl IntoView {
<Shutter name="Salon fenêtre".to_string() shade_id=4 />
<Shutter name="Salon vidéo".to_string() shade_id=5 />
<Shutter name="Bureau".to_string() shade_id=1 />
<Shutter name="Chambre Célestine".to_string() shade_id=3 />
<Shutter name="Chambre Marius".to_string() shade_id=7 />
</div>
}
}