X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-forms%2Findex.ts;h=b2c7fa9ba8761b5ec74b0cdea0e4bb2144633838;hb=7ed1edbbe4ffbef28093e4f5630751cb652814e4;hp=aa0ee015a594b69bcf89a785590424ce84de6737;hpb=67ed6552b831df66713bac9e672738796128d33f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-forms/index.ts b/client/src/app/shared/shared-forms/index.ts index aa0ee015a..b2c7fa9ba 100644 --- a/client/src/app/shared/shared-forms/index.ts +++ b/client/src/app/shared/shared-forms/index.ts @@ -1,5 +1,6 @@ -export * from './form-validators' +export * from './form-validator.service' export * from './form-reactive' +export * from './select' export * from './input-readonly-copy.component' export * from './markdown-textarea.component' export * from './peertube-checkbox.component'