Update App.svelte

This commit is contained in:
2025-04-28 17:41:26 -03:00
parent 6926221353
commit 2dd72bf070
+1 -1
View File
@@ -75,7 +75,7 @@
<ProteRoute componente={PropPage} /> <ProteRoute componente={PropPage} />
</Route> </Route>
<!--Crear Cuenta Propietario--> <!--Informes-->
<Route path="/accion/6"> <Route path="/accion/6">
<ProteRoute componente={Informes} /> <ProteRoute componente={Informes} />
</Route> </Route>