feat: add navbar component to multiple pages
This commit is contained in:
parent
e5bd173be9
commit
b2f4d9d0d8
5 changed files with 16 additions and 15 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue