diff options
Diffstat (limited to 'portal-FE-os/src/app/app.module.ts')
-rw-r--r-- | portal-FE-os/src/app/app.module.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/portal-FE-os/src/app/app.module.ts b/portal-FE-os/src/app/app.module.ts index a7b267fb..a99c2da6 100644 --- a/portal-FE-os/src/app/app.module.ts +++ b/portal-FE-os/src/app/app.module.ts @@ -45,7 +45,6 @@ import { AppRoutingModule } from './app-routing.module'; import { AppComponent } from './app.component'; import { HeaderInterceptor } from './shared/interceptors/header-interceptor'; import { CookieService } from 'ngx-cookie-service'; -import { FooterComponent } from './footer/footer.component'; @NgModule({ @@ -56,7 +55,7 @@ import { FooterComponent } from './footer/footer.component'; HttpClientModule, AppRoutingModule ], - declarations: [AppComponent, FooterComponent], + declarations: [AppComponent], providers: [CookieService,{ provide: HTTP_INTERCEPTORS, useClass: HeaderInterceptor, |