From a85d39cba8162096fbf6dbc61b60ef2e42a56645 Mon Sep 17 00:00:00 2001 From: fede Date: Mon, 13 Jan 2025 18:14:19 -0300 Subject: [PATCH] stash pop --- Front/src/App.svelte | 6 +++++- .../paginas/ControlAlquileresInquilino.svelte | 16 ++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 Front/src/paginas/ControlAlquileresInquilino.svelte diff --git a/Front/src/App.svelte b/Front/src/App.svelte index 44c19fa..749f697 100644 --- a/Front/src/App.svelte +++ b/Front/src/App.svelte @@ -17,6 +17,7 @@ import AdminUsuarios from "./paginas/AdminUsuarios.svelte"; import AdminPropiedades from "./paginas/AdminPropiedades.svelte"; import Notificaciones from "./paginas/Notificaciones.svelte"; + import ControlAlquileresInquilino from "./paginas/ControlAlquileresInquilino.svelte"; @@ -74,8 +75,11 @@ - + + + + diff --git a/Front/src/paginas/ControlAlquileresInquilino.svelte b/Front/src/paginas/ControlAlquileresInquilino.svelte new file mode 100644 index 0000000..511886b --- /dev/null +++ b/Front/src/paginas/ControlAlquileresInquilino.svelte @@ -0,0 +1,16 @@ + + + + +
+ + +
+ +
+
\ No newline at end of file