aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/app.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/app/app.component.html')
-rw-r--r--frontend/src/app/app.component.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/frontend/src/app/app.component.html b/frontend/src/app/app.component.html
index 90c6b646..f44a6d00 100644
--- a/frontend/src/app/app.component.html
+++ b/frontend/src/app/app.component.html
@@ -1 +1,7 @@
-<router-outlet></router-outlet> \ No newline at end of file
+<app-navbar></app-navbar>
+<div class="container h-100">
+ <router-outlet></router-outlet>
+ <!--<app-barchart></app-barchart>
+ <app-scatterchart></app-scatterchart>-->
+</div>
+<app-notifications></app-notifications> \ No newline at end of file