From 6c3753d9c0fed3eb8a64972c890b41c664924834 Mon Sep 17 00:00:00 2001 From: LeSyTan Date: Fri, 10 Sep 2021 15:45:21 +0700 Subject: [PATCH] Update index.ts Remove: delete duplicate export BreadCrumb --- src/components/common/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/common/index.ts b/src/components/common/index.ts index 690f5df39..5b821317f 100644 --- a/src/components/common/index.ts +++ b/src/components/common/index.ts @@ -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'