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:
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;
|
Reference in New Issue
Block a user