diff options
author | Danijel Andjelkovic <adanijel99@gmail.com> | 2022-03-27 05:09:30 +0200 |
---|---|---|
committer | Danijel Andjelkovic <adanijel99@gmail.com> | 2022-03-27 05:09:30 +0200 |
commit | 982a04c28dcb401fa722cb48976379a1cf6298d8 (patch) | |
tree | b1e249413245400460a005a6fc001240abed0099 /frontend/src/app/app.component.html | |
parent | 080163344ae2e8dd89fccec12cd0487decf815b5 (diff) |
Dodao komponentu za iscrtavanje i animiranje pozadine.
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> |