ticketfrei3/frontend/src/app/app.component.html
2023-03-18 16:48:59 +01:00

8 lines
138 B
HTML

<app-toolbar></app-toolbar>
<div class="content">
<router-outlet></router-outlet>
</div>
<footer>
<app-footer></app-footer>
</footer>