X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Froot-helpers%2Findex.ts;h=d62f07f9eee6626461ff61b50343fa4ccd4bd83a;hb=9db0409f51f9f9433c1e160e60183cafa290dcc1;hp=036a7677db7682d03dd4a4953736201717046498;hpb=b4c3c51dc874711febf43b719ca878436b31084d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/root-helpers/index.ts b/client/src/root-helpers/index.ts index 036a7677d..d62f07f9e 100644 --- a/client/src/root-helpers/index.ts +++ b/client/src/root-helpers/index.ts @@ -2,3 +2,4 @@ export * from './users' export * from './bytes' export * from './peertube-web-storage' export * from './utils' +export * from './plugins-manager'