X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2Fshared%2Findex.ts;h=136730c91a36a8b8315f38824b546234ac45cbe1;hb=191764f30b0a812bf3a9dbdc7daf1d5afe25e12a;hp=c362a0e4ae00690a933f1f9362ae69d694144e21;hpb=de59c48f5f317018e3f746bbe4a7b7efe00109f2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/index.ts b/client/src/app/shared/index.ts index c362a0e4a..136730c91 100644 --- a/client/src/app/shared/index.ts +++ b/client/src/app/shared/index.ts @@ -1,5 +1,7 @@ -export * from './auth'; -export * from './form-validators'; -export * from './rest'; -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'