File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
import { CAccordion } from './components/accordion/CAccordion'
2
2
import { CAccordionBody } from './components/accordion/CAccordionBody'
3
3
import { CAccordionButton } from './components/accordion/CAccordionButton'
4
+ import { CAccordionCollapse } from './components/accordion/CAccordionCollapse'
4
5
import { CAccordionHeader } from './components/accordion/CAccordionHeader'
5
6
import { CAccordionItem } from './components/accordion/CAccordionItem'
6
7
import { CAlert } from './components/alert/CAlert'
@@ -112,10 +113,11 @@ import { CTableHeaderCell } from './components/table/CTableHeaderCell'
112
113
import { CTableRow } from './components/table/CTableRow'
113
114
import { CTabContent } from './components/tabs/CTabContent'
114
115
import { CTabPane } from './components/tabs/CTabPane'
116
+ import { CToast } from './components/toast/CToast'
115
117
import { CToastBody } from './components/toast/CToastBody'
118
+ import { CToastClose } from './components/toast/CToastClose'
116
119
import { CToastHeader } from './components/toast/CToastHeader'
117
120
import { CToaster } from './components/toast/CToaster'
118
- import { CToast } from './components/toast/CToast'
119
121
import { CTooltip } from './components/tooltip/CTooltip'
120
122
import { CTooltipContent } from './components/tooltip/CTooltipContent'
121
123
@@ -131,6 +133,7 @@ export {
131
133
CAccordion ,
132
134
CAccordionBody ,
133
135
CAccordionButton ,
136
+ CAccordionCollapse ,
134
137
CAccordionHeader ,
135
138
CAccordionItem ,
136
139
CAlert ,
@@ -242,10 +245,11 @@ export {
242
245
CTableRow ,
243
246
CTabContent ,
244
247
CTabPane ,
248
+ CToast ,
245
249
CToastBody ,
250
+ CToastClose ,
246
251
CToastHeader ,
247
252
CToaster ,
248
- CToast ,
249
253
CTooltip ,
250
254
CTooltipContent ,
251
255
//
You can’t perform that action at this time.
0 commit comments