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'