Newer
Older
HoteleriaAdmin / src / app / dashboards / dashboard4 / dashboard4.component.html
Deisy on 5 Jun 2021 478 bytes avances de listar habitacion
<!-- ============================================================== -->
<!-- Report and Comments -->
<!-- ============================================================== -->
<!-- Row -->
<div class="row">
    <div class="col-lg-4">
        <!-- You can find this in the dashboard-component -->
        <app-filtro></app-filtro>
    </div>
    <div class="col-lg-8">
        <!-- You can find this in the dashboard-component -->
        <app-listar></app-listar>
    </div>
</div>