X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Froot-helpers%2Findex.ts;h=a198557614e00bcaa52f5cb78d9906159735bb3e;hb=642ff003a2190de4fe0ee53756f58ae88ad267b0;hp=63d55d7ef069ef44b36fa06defd29dfaad83bfbb;hpb=0ea2f79d45b301fcd660efc894469a99b2239bf6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/root-helpers/index.ts b/client/src/root-helpers/index.ts index 63d55d7ef..a19855761 100644 --- a/client/src/root-helpers/index.ts +++ b/client/src/root-helpers/index.ts @@ -1,6 +1,10 @@ export * from './users' 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'