aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/follows/follows.routes.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-10-29 11:33:28 +0200
committerChocobozzz <me@florianbigard.com>2021-10-29 11:52:58 +0200
commiteeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7 (patch)
tree0c444d0c13df141ec7095fc141997a2b847c31d8 /client/src/app/+admin/follows/follows.routes.ts
parent3c10840fa90fc88fc98e8169faf4745ff6c80893 (diff)
downloadPeerTube-eeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7.tar.gz
PeerTube-eeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7.tar.zst
PeerTube-eeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7.zip
Remove useless components
Diffstat (limited to 'client/src/app/+admin/follows/follows.routes.ts')
-rw-r--r--client/src/app/+admin/follows/follows.routes.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/src/app/+admin/follows/follows.routes.ts b/client/src/app/+admin/follows/follows.routes.ts
index 3843b42b5..1825ce278 100644
--- a/client/src/app/+admin/follows/follows.routes.ts
+++ b/client/src/app/+admin/follows/follows.routes.ts
@@ -4,12 +4,10 @@ import { UserRightGuard } from '@app/core'
4import { UserRight } from '@shared/models' 4import { UserRight } from '@shared/models'
5import { FollowersListComponent } from './followers-list' 5import { FollowersListComponent } from './followers-list'
6import { FollowingListComponent } from './following-list/following-list.component' 6import { FollowingListComponent } from './following-list/following-list.component'
7import { FollowsComponent } from './follows.component'
8 7
9export const FollowsRoutes: Routes = [ 8export const FollowsRoutes: Routes = [
10 { 9 {
11 path: 'follows', 10 path: 'follows',
12 component: FollowsComponent,
13 canActivate: [ UserRightGuard ], 11 canActivate: [ UserRightGuard ],
14 data: { 12 data: {
15 userRight: UserRight.MANAGE_SERVER_FOLLOW 13 userRight: UserRight.MANAGE_SERVER_FOLLOW