mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 04:14:18 +00:00
🔥 remove: account (without login)
:%s
This commit is contained in:
parent
b90d7b6e4b
commit
77b016ef37
@ -1,13 +1,10 @@
|
||||
import React from 'react';
|
||||
import { Layout } from 'src/components/common';
|
||||
import { AccountPage, AccountSignIn } from 'src/components/modules/account';
|
||||
import { AccountPage } from 'src/components/modules/account';
|
||||
|
||||
const Account = () => {
|
||||
return (
|
||||
// <AccountPage/>
|
||||
<>
|
||||
<AccountSignIn/>
|
||||
</>
|
||||
<AccountPage/>
|
||||
);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user