File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,13 @@ import { CFormCheck } from './components/form/CFormCheck'
51
51
import { CFormControl } from './components/form/CFormControl'
52
52
import { CFormFeedback } from './components/form/CFormFeedback'
53
53
import { CFormFloating } from './components/form/CFormFloating'
54
+ import { CFormInput } from './components/form/CFormInput'
54
55
import { CFormLabel } from './components/form/CFormLabel'
55
56
import { CFormRange } from './components/form/CFormRange'
56
57
import { CFormSelect } from './components/form/CFormSelect'
58
+ import { CFormSwitch } from './components/form/CFormSwitch'
57
59
import { CFormText } from './components/form/CFormText'
60
+ import { CFormTextarea } from './components/form/CFormTextarea'
58
61
import { CInputGroup } from './components/form/CInputGroup'
59
62
import { CInputGroupText } from './components/form/CInputGroupText'
60
63
import { CHeader } from './components/header/CHeader'
@@ -183,10 +186,13 @@ export {
183
186
CFormControl ,
184
187
CFormFeedback ,
185
188
CFormFloating ,
189
+ CFormInput ,
186
190
CFormLabel ,
187
191
CFormRange ,
188
192
CFormSelect ,
193
+ CFormSwitch ,
189
194
CFormText ,
195
+ CFormTextarea ,
190
196
CImage ,
191
197
CInputGroup ,
192
198
CInputGroupText ,
You can’t perform that action at this time.
0 commit comments