diff --git a/src-ui/src/app/app.component.ts b/src-ui/src/app/app.component.ts index e0581ca32..f8c98fbc7 100644 --- a/src-ui/src/app/app.component.ts +++ b/src-ui/src/app/app.component.ts @@ -1,11 +1,5 @@ import { SettingsService, SETTINGS_KEYS } from './services/settings.service' -import { - Component, - OnDestroy, - OnInit, - Renderer2, - RendererFactory2, -} from '@angular/core' +import { Component, OnDestroy, OnInit } from '@angular/core' import { Router } from '@angular/router' import { Subscription } from 'rxjs' import { ConsumerStatusService } from './services/consumer-status.service'