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