]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-forms/index.ts
Migrate to $localize
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-forms / index.ts
1 export * from './form-validators'
2 export * from './form-reactive'
3 export * from './select'
4 export * from './input-readonly-copy.component'
5 export * from './markdown-textarea.component'
6 export * from './peertube-checkbox.component'
7 export * from './preview-upload.component'
8 export * from './reactive-file.component'
9 export * from './textarea-autoresize.directive'
10 export * from './timestamp-input.component'
11 export * from './shared-form.module'