mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
🎨 styles: page account
:%s
This commit is contained in:
parent
2214d5a567
commit
1667d5859c
13
pages/account.tsx
Normal file
13
pages/account.tsx
Normal file
@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
import { Layout } from 'src/components/common';
|
||||
import { AccountPage } from 'src/components/modules/account';
|
||||
|
||||
const Account = () => {
|
||||
return (
|
||||
<AccountPage/>
|
||||
);
|
||||
};
|
||||
|
||||
Account.Layout = Layout
|
||||
|
||||
export default Account;
|
Loading…
x
Reference in New Issue
Block a user