diff options
author | Danijel Anđelković <adanijel99@gmail.com> | 2022-04-23 18:59:27 +0200 |
---|---|---|
committer | Danijel Anđelković <adanijel99@gmail.com> | 2022-04-23 18:59:27 +0200 |
commit | c71ced076e4e0b713d428eca304f541f02c8ee6f (patch) | |
tree | 8d5a40d1d08355cfe1fa51d42fa0105949d845f4 /frontend/src/app/app.component.ts | |
parent | 2cf5c882b130b00ea906cfaafc7fef2e4eeefa6c (diff) |
Doterao stil za playlist komponentu, i tabelu podataka. Dodao arhivu u navbar i obrisao neke stare rute.
Diffstat (limited to 'frontend/src/app/app.component.ts')
-rw-r--r-- | frontend/src/app/app.component.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/app/app.component.ts b/frontend/src/app/app.component.ts index bd9a3b0d..4a0d85c8 100644 --- a/frontend/src/app/app.component.ts +++ b/frontend/src/app/app.component.ts @@ -6,7 +6,6 @@ import { AuthService } from './_services/auth.service'; import { SignalRService } from './_services/signal-r.service'; import { HttpClient } from '@angular/common/http'; import Shared from './Shared'; -import { CookieService } from 'ngx-cookie-service'; @Component({ selector: 'app-root', templateUrl: './app.component.html', |