diff options
Diffstat (limited to 'client/src/app/helpers/index.ts')
-rw-r--r-- | client/src/app/helpers/index.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/app/helpers/index.ts b/client/src/app/helpers/index.ts new file mode 100644 index 000000000..06806402e --- /dev/null +++ b/client/src/app/helpers/index.ts | |||
@@ -0,0 +1,6 @@ | |||
1 | export * from './locales' | ||
2 | export * from './constants' | ||
3 | export * from './i18n-utils' | ||
4 | export * from './peertube-web-storage' | ||
5 | export * from './utils' | ||
6 | export * from './zone' | ||