🔧 config: update

This commit is contained in:
quocsonnguyen
2021-08-26 14:17:27 +07:00
parent 585f6a9c9b
commit 6259661977
6 changed files with 37 additions and 8 deletions

View File

@@ -9,3 +9,6 @@ export { default as ItemWishList} from './ItemWishList/ItemWishList'
export { default as Logo} from './Logo/Logo'
export { default as Inputcommon} from './InputCommon/InputCommon'
export { default as HeadingCommon } from './HeadingCommon/HeadingCommon'
export { default as CollectionHeading } from './CollectionHeading/CollectionHeading'
export { default as ScrollToTop } from './ScrollToTop/ScrollToTop'
export { default as ScrollTarget } from './ScrollToTop/ScrollTarget'

View File

@@ -1 +1,2 @@
export { default as IconBuy } from './IconBuy'
export { default as ArrowUp } from './IconArrowUp'