mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 03:31:23 +00:00
✨ feat: show menu in mode login/ nit login
:%s
This commit is contained in:
@@ -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;
|
Reference in New Issue
Block a user