aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/overview/videos/index.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-11-02 14:14:26 +0100
committerChocobozzz <me@florianbigard.com>2021-11-02 14:14:26 +0100
commit05ac4ac7ed5107ac8ef1d0d1f9fd5009bf29bedc (patch)
tree7607cfb6856c279b50f38e92d9060ee687719409 /client/src/app/+admin/overview/videos/index.ts
parent047f9585dd91d7765d78522edebfb64107450512 (diff)
downloadPeerTube-05ac4ac7ed5107ac8ef1d0d1f9fd5009bf29bedc.tar.gz
PeerTube-05ac4ac7ed5107ac8ef1d0d1f9fd5009bf29bedc.tar.zst
PeerTube-05ac4ac7ed5107ac8ef1d0d1f9fd5009bf29bedc.zip
Move admin stuff in +admin
Diffstat (limited to 'client/src/app/+admin/overview/videos/index.ts')
-rw-r--r--client/src/app/+admin/overview/videos/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/+admin/overview/videos/index.ts b/client/src/app/+admin/overview/videos/index.ts
index 40c2ffe72..7398b1663 100644
--- a/client/src/app/+admin/overview/videos/index.ts
+++ b/client/src/app/+admin/overview/videos/index.ts
@@ -1,2 +1,3 @@
1export * from './video-admin.service'
1export * from './video-list.component' 2export * from './video-list.component'
2export * from './video.routes' 3export * from './video.routes'