X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp-routing.module.ts;h=2ee3cf97436b00e45f3f489a07f27472001d3f56;hb=cc1561f9f7b33d739d66b23bacae23ea49f2fa12;hp=c8a6b392429238fadf7d82b9d41e34fe1ead5c09;hpb=901637bb87f5eb0518fb7ca69d98b53ed918339e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/app-routing.module.ts b/client/src/app/app-routing.module.ts index c8a6b3924..2ee3cf974 100644 --- a/client/src/app/app-routing.module.ts +++ b/client/src/app/app-routing.module.ts @@ -1,6 +1,5 @@ import { NgModule } from '@angular/core' -import { Routes, RouterModule } from '@angular/router' -import { RedirectService } from '@app/core/routing/redirect.service' +import { RouterModule, Routes } from '@angular/router' import { PreloadSelectedModulesList } from './core'