X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fhelpers%2Findex.ts;h=8cdda83f3a48b7b10decf6be5b559c307408e5c8;hb=2accfdd8ecd092de7e8c71fbd1235e139ad29832;hp=06806402ec340045f7caab85be98c25b6a5cad33;hpb=67ed6552b831df66713bac9e672738796128d33f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/helpers/index.ts b/client/src/app/helpers/index.ts index 06806402e..8cdda83f3 100644 --- a/client/src/app/helpers/index.ts +++ b/client/src/app/helpers/index.ts @@ -1,6 +1,5 @@ export * from './locales' export * from './constants' export * from './i18n-utils' -export * from './peertube-web-storage' +export * from './rxjs' export * from './utils' -export * from './zone'