From dd7a4f733b17c4337f1579606af83df64a875e0c Mon Sep 17 00:00:00 2001 From: lytrankieio123 Date: Fri, 27 Aug 2021 16:06:20 +0700 Subject: [PATCH] :fire: remove: export useless componentn home feature item :%s --- src/components/modules/home/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/modules/home/index.ts b/src/components/modules/home/index.ts index 4a2e3d796..cdb4586eb 100644 --- a/src/components/modules/home/index.ts +++ b/src/components/modules/home/index.ts @@ -7,4 +7,3 @@ export { default as HomeVideo } from './HomeVideo/HomeVideo' export { default as HomeCollection } from './HomeCollection/HomeCollection' export { default as HomeRecipe } from './HomeRecipe/HomeRecipe' export { default as HomeFeature } from './HomeFeature/HomeFeature' -export { default as HomeFeatureItem } from './HomeFeature/components/HomeFeatureItem/HomeFeatureItem'