🔥 remove: account (without login)

:%s
This commit is contained in:
lytrankieio123 2021-09-15 09:47:14 +07:00
parent b90d7b6e4b
commit 77b016ef37

View File

@ -1,13 +1,10 @@
import React from 'react'; import React from 'react';
import { Layout } from 'src/components/common'; import { Layout } from 'src/components/common';
import { AccountPage, AccountSignIn } from 'src/components/modules/account'; import { AccountPage } from 'src/components/modules/account';
const Account = () => { const Account = () => {
return ( return (
// <AccountPage/> <AccountPage/>
<>
<AccountSignIn/>
</>
); );
}; };