X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Froot-helpers%2Findex.ts;h=86301eafa3f35c9918e6564e351957bb190af5b5;hb=2c525a5466c14a345b59f324e6e0874ae88fa3df;hp=a198557614e00bcaa52f5cb78d9906159735bb3e;hpb=4e56f0fff12ab9840574e7a27277fc78b195b3e2;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'