feat: 3 components ViewAllItem,IconWishList,Logo

This commit is contained in:
unknown
2021-08-24 09:02:22 +07:00
parent 9e7f931c53
commit c328e93052
11 changed files with 10122 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
export { default as ButtonCommon } from './ButtonCommon/ButtonCommon'
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'