este es el trabajo de hoy
This commit is contained in:
14
Front/src/paginas/BuscarVentas.svelte
Normal file
14
Front/src/paginas/BuscarVentas.svelte
Normal file
@@ -0,0 +1,14 @@
|
||||
<script lang="ts">
|
||||
import { text } from "@sveltejs/kit";
|
||||
import BarraHorizontalConTexto from "../Componentes/BarraHorizontalConTexto.svelte";
|
||||
import NavBarAutocompletable from "../Componentes/NavBarAutocompletable.svelte";
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<NavBarAutocompletable/>
|
||||
|
||||
<div class="container-fluid mt-2">
|
||||
<BarraHorizontalConTexto text="Venta Propiedades"/>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user