mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
New Text Component, new pages
This commit is contained in:
12
pages/orders.tsx
Normal file
12
pages/orders.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { Layout } from '@components/core'
|
||||
import { Container } from '@components/ui'
|
||||
|
||||
export default function Orders() {
|
||||
return (
|
||||
<Container>
|
||||
<h2>My Orders</h2>
|
||||
</Container>
|
||||
)
|
||||
}
|
||||
|
||||
Orders.Layout = Layout
|
Reference in New Issue
Block a user