X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Froot-helpers%2Findex.ts;h=a198557614e00bcaa52f5cb78d9906159735bb3e;hb=642ff003a2190de4fe0ee53756f58ae88ad267b0;hp=0492924fd9bb540d6cb287c88ec27959bd859969;hpb=ff6a266e3f5cb740770a2a186bdfdd0cb871e174;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/root-helpers/index.ts b/client/src/root-helpers/index.ts index 0492924fd..a19855761 100644 --- a/client/src/root-helpers/index.ts +++ b/client/src/root-helpers/index.ts @@ -5,5 +5,6 @@ export * from './local-storage-utils' export * from './peertube-web-storage' export * from './plugins-manager' export * from './string' +export * from './url' export * from './utils' export * from './video'