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