X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Froot-helpers%2Findex.ts;h=d62f07f9eee6626461ff61b50343fa4ccd4bd83a;hb=9db0409f51f9f9433c1e160e60183cafa290dcc1;hp=5ed4933f1944627be030f73883c33664f23d6cd0;hpb=4504f09f6e85f09b0489debb547a17209d7176ea;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/root-helpers/index.ts b/client/src/root-helpers/index.ts index 5ed4933f1..d62f07f9e 100644 --- a/client/src/root-helpers/index.ts +++ b/client/src/root-helpers/index.ts @@ -1,4 +1,5 @@ +export * from './users' +export * from './bytes' export * from './peertube-web-storage' export * from './utils' -export * from './user-keys' -export * from './pure-auth-user.model' +export * from './plugins-manager'