Files
library/apps/frontend/src/app/app.html
T
2026-02-04 14:47:34 -08:00

6 lines
122 B
HTML

<app-header></app-header>
<main class="main-content">
<router-outlet></router-outlet>
</main>
<app-footer></app-footer>