X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Findex.ts;h=413dda16acb63a65f2fc2cebd0bed90cc2e35389;hb=f3aaa9a95cc2b61f1f255472d7014d08faa66561;hp=61e8ed5232c73e3d0b744346e44b6f797e45b0bc;hpb=28798b5d949826551740fc893d06e6424b77aa6a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/index.ts b/client/src/app/shared/index.ts index 61e8ed523..413dda16a 100644 --- a/client/src/app/shared/index.ts +++ b/client/src/app/shared/index.ts @@ -1,8 +1,8 @@ -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 './utils'; +export * from './auth' +export * from './forms' +export * from './rest' +export * from './users' +export * from './video-abuse' +export * from './video-blacklist' +export * from './shared.module' +export * from './utils'