X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Findex.ts;h=136730c91a36a8b8315f38824b546234ac45cbe1;hb=7b95f31385eca59ac18197539de30268acc18986;hp=7876e6f140da267f60b7cb3cbc44f205147d0db5;hpb=11ac88de40215783835cf6e6259ff0f6cee258dd;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/index.ts b/client/src/app/shared/index.ts index 7876e6f14..136730c91 100644 --- a/client/src/app/shared/index.ts +++ b/client/src/app/shared/index.ts @@ -1,7 +1,7 @@ -export * from './auth'; -export * from './forms'; -export * from './rest'; -export * from './search'; -export * from './users'; -export * from './video-abuse'; -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'