X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Findex.ts;h=212645c51988360a68335058488a482dd9b123c6;hb=df98563e2104b82b119c00a3cd83cd0dc1242d25;hp=9edf9b4a0a713791446181ab948ecd312ce09a75;hpb=9e8aa10d94e4642ec1d20a522c41b06e9df7758b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/index.ts b/client/src/app/shared/index.ts index 9edf9b4a0..212645c51 100644 --- a/client/src/app/shared/index.ts +++ b/client/src/app/shared/index.ts @@ -1,4 +1,8 @@ -export * from './auth'; -export * from './form-validators'; -export * from './search'; -export * from './users'; +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'