File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sparc-design-system-components-2" ,
3
- "version" : " 0.0.18 " ,
3
+ "version" : " 0.0.19 " ,
4
4
"private" : false ,
5
5
"scripts" : {
6
6
"dev" : " vite" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import SparcRadio from './SparcRadio.vue';
9
9
import DropdownMultiselect from './DropdownMultiselect/DropdownMultiselect.vue'
10
10
import Pagination from './Pagination.vue'
11
11
import PaginationMenu from './PaginationMenu.vue'
12
- import BreadCrumbTrail from './BreadcrumbTrail.vue'
12
+ import Breadcrumb from './BreadcrumbTrail.vue'
13
13
import IconCard from '.IconCard.vue'
14
14
15
15
export default {
@@ -22,7 +22,7 @@ export default {
22
22
app . component ( 'DropdownMultiselect' , DropdownMultiselect ) ;
23
23
app . component ( 'Pagination' , Pagination ) ;
24
24
app . component ( 'PaginationMenu' , PaginationMenu ) ;
25
- app . component ( 'BreadCrumbTrail ' , BreadCrumbTrail ) ;
25
+ app . component ( 'Breadcrumb ' , Breadcrumb ) ;
26
26
app . component ( 'IconCard' , IconCard )
27
27
} ,
28
28
} ;
You can’t perform that action at this time.
0 commit comments