X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp.component.ts;h=1d077646cae4f76ceae5d90d480f407882e83f54;hb=45e0d6697c107d77dce73d8e354867dc1959741d;hp=629549ef234f253bcfe9b7b4f72e5710a131c1eb;hpb=3b20bdd6dc7402b0723e038c57f0606131e20e54;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index 629549ef2..1d077646c 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts @@ -4,10 +4,9 @@ import { Event, GuardsCheckStart, NavigationEnd, Router, Scroll } from '@angular import { AuthService, RedirectService, ServerService, ThemeService } from '@app/core' import { is18nPath } from '../../../shared/models/i18n' import { ScreenService } from '@app/shared/misc/screen.service' -import { debounceTime, filter, map, pairwise } from 'rxjs/operators' +import { filter, map, pairwise } from 'rxjs/operators' import { Hotkey, HotkeysService } from 'angular2-hotkeys' import { I18n } from '@ngx-translate/i18n-polyfill' -import { fromEvent } from 'rxjs' import { PlatformLocation, ViewportScroller } from '@angular/common' import { PluginService } from '@app/core/plugins/plugin.service' import { HooksService } from '@app/core/plugins/hooks.service'