]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+home/home-routing.module.ts
Add mute status in account and channel pages
[github/Chocobozzz/PeerTube.git] / client / src / app / +home / home-routing.module.ts
index 1eaee4449be43f1bda8ddff588734df1e7abb8f7..a2085f1915bbfc5fba56c5bd6bbc104a13b02ccc 100644 (file)
@@ -1,13 +1,11 @@
 import { NgModule } from '@angular/core'
 import { RouterModule, Routes } from '@angular/router'
-import { MetaGuard } from '@ngx-meta/core'
 import { HomeComponent } from './home.component'
 
 const homeRoutes: Routes = [
   {
     path: '',
-    component: HomeComponent,
-    canActivateChild: [ MetaGuard ]
+    component: HomeComponent
   }
 ]