feat: show menu in mode login/ nit login

:%s
This commit is contained in:
lytrankieio123
2021-09-29 17:11:58 +07:00
parent faabf5228d
commit 48ab2f2242
3 changed files with 43 additions and 36 deletions

View File

@@ -1,15 +0,0 @@
import React from 'react';
import { Layout } from 'src/components/common';
import { AccountSignIn } from 'src/components/modules/account';
const AccountNotLogin = () => {
return (
<>
<AccountSignIn/>
</>
);
};
AccountNotLogin.Layout = Layout
export default AccountNotLogin;