X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-forms%2Findex.ts;h=1d859b99123fd499ce30b0ca8f7ddd3b469eb906;hb=f8b530e0a523a0d9ff469ef716838374c395a360;hp=747df65cf7399bdd471445ba82c243e3e38d925b;hpb=52c4976fcf4ee255a3af68ff9778e4f5c4f84bd4;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 747df65cf..1d859b991 100644 --- a/client/src/app/shared/shared-forms/index.ts +++ b/client/src/app/shared/shared-forms/index.ts @@ -1,7 +1,8 @@ -export * from './form-validators' +export * from './form-validator.service' export * from './form-reactive' export * from './select' -export * from './input-readonly-copy.component' +export * from './input-toggle-hidden.component' +export * from './input-switch.component' export * from './markdown-textarea.component' export * from './peertube-checkbox.component' export * from './preview-upload.component'