X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Froot-helpers%2Findex.ts;h=86301eafa3f35c9918e6564e351957bb190af5b5;hb=6d15b12a068ba5232f2d8c83e596172fd56ed18d;hp=a198557614e00bcaa52f5cb78d9906159735bb3e;hpb=a2fb5fb8b1007e3ce82e707917f5d9a37374e99b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/root-helpers/index.ts b/client/src/root-helpers/index.ts index a19855761..86301eafa 100644 --- a/client/src/root-helpers/index.ts +++ b/client/src/root-helpers/index.ts @@ -2,6 +2,7 @@ export * from './users' export * from './bytes' export * from './images' export * from './local-storage-utils' +export * from './logger' export * from './peertube-web-storage' export * from './plugins-manager' export * from './string'