X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Findex.ts;h=136730c91a36a8b8315f38824b546234ac45cbe1;hb=3dfa84940273619ae00f11a5f419a5e4876b2f53;hp=c05e8d2539edfd0838ad28e8264284a9b1318824;hpb=7da18e4420c4b71a8ecfda07f39324fbfec081c3;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/index.ts b/client/src/app/shared/index.ts index c05e8d253..136730c91 100644 --- a/client/src/app/shared/index.ts +++ b/client/src/app/shared/index.ts @@ -1,3 +1,7 @@ -export * from './auth'; -export * from './search'; -export * from './users'; +export * from './auth' +export * from './forms' +export * from './rest' +export * from './users' +export * from './video-abuse' +export * from './video-blacklist' +export * from './shared.module'