Skip to content

Commit 6fd1da6

Browse files
committed
refactor: update imports and exports
1 parent 4218a9c commit 6fd1da6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,13 @@ import { CFormCheck } from './components/form/CFormCheck'
5151
import { CFormControl } from './components/form/CFormControl'
5252
import { CFormFeedback } from './components/form/CFormFeedback'
5353
import { CFormFloating } from './components/form/CFormFloating'
54+
import { CFormInput } from './components/form/CFormInput'
5455
import { CFormLabel } from './components/form/CFormLabel'
5556
import { CFormRange } from './components/form/CFormRange'
5657
import { CFormSelect } from './components/form/CFormSelect'
58+
import { CFormSwitch } from './components/form/CFormSwitch'
5759
import { CFormText } from './components/form/CFormText'
60+
import { CFormTextarea } from './components/form/CFormTextarea'
5861
import { CInputGroup } from './components/form/CInputGroup'
5962
import { CInputGroupText } from './components/form/CInputGroupText'
6063
import { CHeader } from './components/header/CHeader'
@@ -183,10 +186,13 @@ export {
183186
CFormControl,
184187
CFormFeedback,
185188
CFormFloating,
189+
CFormInput,
186190
CFormLabel,
187191
CFormRange,
188192
CFormSelect,
193+
CFormSwitch,
189194
CFormText,
195+
CFormTextarea,
190196
CImage,
191197
CInputGroup,
192198
CInputGroupText,

0 commit comments

Comments
 (0)