PR review fixes

This commit is contained in:
AhnafAhamed
2022-09-19 19:06:11 +05:30
parent b2b908bf0c
commit dea36eefe1
7 changed files with 23 additions and 23 deletions

View File

@@ -1 +1 @@
export type CardsVariant = 'default' | 'image' | 'horizontal'
export type CardsVariant = 'default' | 'image' | 'horizontal'

View File

@@ -14,7 +14,7 @@ export { default as Accordion } from './components/Accordion/Accordion.vue'
export { default as Badge } from './components/Badge/Badge.vue'
export { default as Breadcrumb } from './components/Breadcrumb/Breadcrumb.vue'
export { default as Card } from './components/Card/Card.vue'
export { default as TheCard } from './components/Card/TheCard.vue'
export { default as Carousel } from './components/Carousel/Carousel.vue'
export { default as Footer } from './components/Footer/Footer.vue'
export { default as ListGroup } from './components/ListGroup/ListGroup.vue'