X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Froot-helpers%2Findex.ts;h=a198557614e00bcaa52f5cb78d9906159735bb3e;hb=642ff003a2190de4fe0ee53756f58ae88ad267b0;hp=aa3b442dde346189748f1ca01b55c4badd80124a;hpb=c3edc5b074aa4bb1861ed0a94d3713808e87170f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/root-helpers/index.ts b/client/src/root-helpers/index.ts index aa3b442dd..a19855761 100644 --- a/client/src/root-helpers/index.ts +++ b/client/src/root-helpers/index.ts @@ -3,5 +3,8 @@ export * from './bytes' export * from './images' export * from './local-storage-utils' export * from './peertube-web-storage' -export * from './utils' export * from './plugins-manager' +export * from './string' +export * from './url' +export * from './utils' +export * from './video'