feat: add account signin

This commit is contained in:
Quangnhankie 2021-09-13 16:08:59 +07:00
parent 617a7a9fcc
commit 6cad0d89ca

View File

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