aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/plugins/index.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-12-29 12:14:06 +0100
committerChocobozzz <me@florianbigard.com>2021-12-29 12:17:11 +0100
commit2accfdd8ecd092de7e8c71fbd1235e139ad29832 (patch)
tree24b5bb7da7192fa11054a48ac0e4384b8ec8fb72 /client/src/app/+admin/plugins/index.ts
parent9744bb2ae8284c4589b66055c1d99997abf18748 (diff)
downloadPeerTube-2accfdd8ecd092de7e8c71fbd1235e139ad29832.tar.gz
PeerTube-2accfdd8ecd092de7e8c71fbd1235e139ad29832.tar.zst
PeerTube-2accfdd8ecd092de7e8c71fbd1235e139ad29832.zip
Refactor admin plugins
Diffstat (limited to 'client/src/app/+admin/plugins/index.ts')
-rw-r--r--client/src/app/+admin/plugins/index.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/src/app/+admin/plugins/index.ts b/client/src/app/+admin/plugins/index.ts
index c70b6568e..30de8dc8f 100644
--- a/client/src/app/+admin/plugins/index.ts
+++ b/client/src/app/+admin/plugins/index.ts
@@ -1,6 +1,4 @@
1export * from './plugins.component'
2export * from './shared' 1export * from './shared'
3export * from './plugin-list-installed' 2export * from './plugin-list-installed'
4export * from './plugin-search' 3export * from './plugin-search'
5export * from './plugin-show-installed' 4export * from './plugin-show-installed'
6