diff options
Diffstat (limited to 'frontend/src/app/app.component.html')
-rw-r--r-- | frontend/src/app/app.component.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/app/app.component.html b/frontend/src/app/app.component.html index f44a6d00..f0e563f4 100644 --- a/frontend/src/app/app.component.html +++ b/frontend/src/app/app.component.html @@ -1,3 +1,4 @@ +<app-reactive-background></app-reactive-background> <app-navbar></app-navbar> <div class="container h-100"> <router-outlet></router-outlet> |