chore: component import fixes (#259)

Co-authored-by: victor <viktor.generalov@nlogic.ai>
This commit is contained in:
assasin0076
2023-12-18 09:58:04 +02:00
committed by GitHub
parent 7948a04159
commit e274e4472b
7 changed files with 12 additions and 5 deletions

View File

@@ -20,6 +20,7 @@ export { default as FwbFooterCopyright } from './components/FwbFooter/FwbFooterC
export { default as FwbFooterIcon } from './components/FwbFooter/FwbFooterIcon.vue'
export { default as FwbFooterLink } from './components/FwbFooter/FwbFooterLink.vue'
export { default as FwbFooterLinkGroup } from './components/FwbFooter/FwbFooterLinkGroup.vue'
export { default as FwbJumbotron } from './components/FwbJumbotron/FwbJumbotron.vue'
export { default as FwbListGroup } from './components/FwbListGroup/FwbListGroup.vue'
export { default as FwbListGroupItem } from './components/FwbListGroup/FwbListGroupItem.vue'
export { default as FwbModal } from './components/FwbModal/FwbModal.vue'