feat: add navbar component to multiple pages

This commit is contained in:
Jan-Marlon Leibl 2025-02-12 14:06:19 +01:00
parent e5bd173be9
commit b2f4d9d0d8
No known key found for this signature in database
GPG key ID: E7B6F77BF5EDB6F7
5 changed files with 16 additions and 15 deletions

View file

@ -1,7 +1,6 @@
<div class="min-h-screen flex flex-col">
<app-navbar></app-navbar>
<main class="flex-grow">
<router-outlet></router-outlet>
</main>
<app-footer></app-footer>
</div>
</div>