Skip to content

Commit b49bc41

Browse files
committed
chore: clean-up
1 parent 9331dbc commit b49bc41

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ import { CRow } from './components/grid/CRow'
4848
import { CFooter } from './components/footer/CFooter'
4949
import { CForm } from './components/form/CForm'
5050
import { CFormCheck } from './components/form/CFormCheck'
51-
import { CFormControl } from './components/form/CFormControl'
5251
import { CFormFeedback } from './components/form/CFormFeedback'
5352
import { CFormFloating } from './components/form/CFormFloating'
5453
import { CFormInput } from './components/form/CFormInput'
@@ -102,7 +101,6 @@ import { COffcanvasTitle } from './components/offcanvas/COffcanvasTitle'
102101
import { CSidebarBrand } from './components/sidebar/CSidebarBrand'
103102
import { CSidebarFooter } from './components/sidebar/CSidebarFooter'
104103
import { CSidebarToggler } from './components/sidebar/CSidebarToggler'
105-
import { CCreateNavItem } from './components/sidebar/CCreateNavItem'
106104
import { CSidebarHeader } from './components/sidebar/CSidebarHeader'
107105
import { CSidebarNav } from './components/sidebar/CSidebarNav'
108106
import { CSpinner } from './components/spinner/CSpinner'
@@ -183,7 +181,6 @@ export {
183181
CCardGroup,
184182
CForm,
185183
CFormCheck,
186-
CFormControl,
187184
CFormFeedback,
188185
CFormFloating,
189186
CFormInput,
@@ -237,7 +234,6 @@ export {
237234
CSidebarBrand,
238235
CSidebarFooter,
239236
CSidebarToggler,
240-
CCreateNavItem,
241237
CSidebarHeader,
242238
CSidebarNav,
243239
CSpinner,

0 commit comments

Comments
 (0)