Update index.ts

Remove: delete duplicate export BreadCrumb
This commit is contained in:
LeSyTan 2021-09-10 15:45:21 +07:00 committed by GitHub
parent bd91581061
commit 6c3753d9c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,6 @@ export { default as CollapseCommon} from './CollapseCommon/CollapseCommon'
export { default as BreadcrumbCommon } from './BreadcrumbCommon/BreadcrumbCommon'
export { default as ImgWithLink} from './ImgWithLink/ImgWithLink'
export { default as RecipeDetail} from './RecipeDetail/RecipeDetail'
export { default as BreadcrumbCommon} from './BreadcrumbCommon/BreadcrumbCommon'
export { default as DrawerCommon} from './DrawerCommon/DrawerCommon'
export { default as CartDrawer} from './CartDrawer/CartDrawer'
export { default as StaticImage} from './StaticImage/StaticImage'