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