X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Froot-helpers%2Findex.ts;h=aa3b442dde346189748f1ca01b55c4badd80124a;hb=6e1fa1500b97242f81d3da6e81404603db092fb7;hp=d62f07f9eee6626461ff61b50343fa4ccd4bd83a;hpb=72f611ca1549d711f8cbf5dd08a3f1562a32fabb;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/root-helpers/index.ts b/client/src/root-helpers/index.ts index d62f07f9e..aa3b442dd 100644 --- a/client/src/root-helpers/index.ts +++ b/client/src/root-helpers/index.ts @@ -1,5 +1,7 @@ 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'