aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/plugins/index.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-12-29 10:41:48 +0100
committerChocobozzz <me@florianbigard.com>2021-12-29 10:41:48 +0100
commit29aedac8dcfc98ff67680d91d6f0f848e86fa4db (patch)
treeea72e501d88f34b566f0ddd231110d5766fcdfeb /client/src/app/+admin/plugins/index.ts
parent087fc5dadec95061c05bd0b6c86197a32ec4f23c (diff)
downloadPeerTube-29aedac8dcfc98ff67680d91d6f0f848e86fa4db.tar.gz
PeerTube-29aedac8dcfc98ff67680d91d6f0f848e86fa4db.tar.zst
PeerTube-29aedac8dcfc98ff67680d91d6f0f848e86fa4db.zip
Refactor plugin card
Diffstat (limited to 'client/src/app/+admin/plugins/index.ts')
-rw-r--r--client/src/app/+admin/plugins/index.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/app/+admin/plugins/index.ts b/client/src/app/+admin/plugins/index.ts
index b75a94556..c70b6568e 100644
--- a/client/src/app/+admin/plugins/index.ts
+++ b/client/src/app/+admin/plugins/index.ts
@@ -1 +1,6 @@
1export * from './plugins.component' 1export * from './plugins.component'
2export * from './shared'
3export * from './plugin-list-installed'
4export * from './plugin-search'
5export * from './plugin-show-installed'
6