aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/root-helpers/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/root-helpers/index.ts')
-rw-r--r--client/src/root-helpers/index.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/root-helpers/index.ts b/client/src/root-helpers/index.ts
index aa3b442dd..3b95b4b99 100644
--- a/client/src/root-helpers/index.ts
+++ b/client/src/root-helpers/index.ts
@@ -3,5 +3,6 @@ export * from './bytes'
3export * from './images' 3export * from './images'
4export * from './local-storage-utils' 4export * from './local-storage-utils'
5export * from './peertube-web-storage' 5export * from './peertube-web-storage'
6export * from './utils'
7export * from './plugins-manager' 6export * from './plugins-manager'
7export * from './utils'
8export * from './video'