Skip to content

Commit 6f4adbe

Browse files
authored
Merge pull request #424 from VividLemon/setup
Import name differs in casing error
2 parents 6b138e9 + b35c22f commit 6f4adbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types/components/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export type {Props as BCardFooterProps} from './BCard/BCardFooter'
2525
export type {Props as BCardGroupProps} from './BCard/BCardGroup'
2626
export type {Props as BCardHeaderProps} from './BCard/BCardHeader'
2727
export type {Props as BCardImgProps} from './BCard/BCardImg'
28-
export type {Props as BCardSubtitleProps} from './BCard/BCardSubtitle'
28+
export type {Props as BCardSubtitleProps} from './BCard/BCardSubTitle'
2929
export type {Props as BCardTitleProps} from './BCard/BCardTitle'
3030
// BCarousel
3131
export type {Props as BCarouselProps} from './BCarousel/BCarousel'
@@ -105,7 +105,7 @@ export type {Props as BSkeletonWrapperProps} from './BSkeleton/BSkeletonWrapper'
105105
// BTable
106106
export type {Props as BTableProps} from './BTable/BTable'
107107
export type {Props as BTableSimpleProps} from './BTable/BTableSimple'
108-
export type {Props as BTBodyProps} from './BTable/BTBody'
108+
export type {Props as BTBodyProps} from './BTable/BTbody'
109109
export type {Props as BTdProps} from './BTable/BTd'
110110
export type {Props as BTfootProps} from './BTable/BTfoot'
111111
export type {Props as BThProps} from './BTable/BTh'

0 commit comments

Comments
 (0)