X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Fcore.module.ts;h=2392a234c1a3856c6397746744f4fe8082711c9b;hb=cb2e36618ca5986949d4326ea939b5b08f3a9a82;hp=32dfc8f36cdba65646aca607fce1f094dd08f00b;hpb=3da68f0a781ebd893521e2e6fa200280c92ae815;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/core.module.ts b/client/src/app/core/core.module.ts index 32dfc8f36..2392a234c 100644 --- a/client/src/app/core/core.module.ts +++ b/client/src/app/core/core.module.ts @@ -15,7 +15,7 @@ import { throwIfAlreadyLoaded } from './module-import-guard' import { Notifier } from './notification' import { HtmlRendererService, LinkifierService, MarkdownService } from './renderer' import { RestExtractor, RestService } from './rest' -import { LoginGuard, RedirectService, UserRightGuard, UnloggedGuard, TrendingGuard } from './routing' +import { LoginGuard, RedirectService, UserRightGuard, UnloggedGuard } from './routing' import { CanDeactivateGuard } from './routing/can-deactivate-guard.service' import { ServerConfigResolver } from './routing/server-config-resolver.service' import { ScopedTokensService } from './scoped-tokens' @@ -56,7 +56,6 @@ import { LocalStorageService, ScreenService, SessionStorageService } from './wra LoginGuard, UserRightGuard, UnloggedGuard, - TrendingGuard, PluginService, HooksService,