diff --git a/src/components/common/index.ts b/src/components/common/index.ts
index 8144b0de0..ef4aace92 100644
--- a/src/components/common/index.ts
+++ b/src/components/common/index.ts
@@ -3,4 +3,5 @@ export { default as Layout } from './Layout/Layout'
export { default as Head } from './Head/Head'
export { default as ViewAllItem} from './ViewAllItem/ViewAllItem'
export { default as ItemWishList} from './ItemWishList/ItemWishList'
-export { default as Logo} from './Logo/Logo'
\ No newline at end of file
+export { default as Logo} from './Logo/Logo'
+export { default as SelectCommon} from './SelectCommon/SelectCommon'
\ No newline at end of file
diff --git a/src/components/icons/index.ts b/src/components/icons/index.ts
index 155948269..74f5ca62f 100644
--- a/src/components/icons/index.ts
+++ b/src/components/icons/index.ts
@@ -1 +1,3 @@
export { default as IconBuy } from './IconBuy'
+export { default as IconHeart } from './IconHeart'
+export { default as IconVector } from './IconVector'
\ No newline at end of file