Merge pull request #24 from KieIO/m4-lytran

M4: Product detail page
This commit is contained in:
lytrankieio123
2021-09-06 12:51:05 +07:00
committed by GitHub
54 changed files with 1052 additions and 245 deletions

View File

@@ -30,7 +30,7 @@ export default function Home() {
<SelectCommon option={OPTION_SORT}>Sort By</SelectCommon>
<SelectCommon option={OPTION_SORT} size="large" type="custom">Sort By</SelectCommon>
// todo: uncomment
{/* // todo: uncomment */}
{/* <ModalCreateUserInfo/> */}
</>
)