feat: add ProductCarousel

This commit is contained in:
Quangnhankie
2021-09-13 16:01:46 +07:00
parent 4cc6255717
commit 617a7a9fcc
3 changed files with 7 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import { AccountPage } from 'src/components/modules/account';
const Account = () => {
return (
<AccountPage/>
// <AccountPage/>
);
};