mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24: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 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/>
|
|
||||||
</>
|
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user