New Text Component, new pages

This commit is contained in:
Belen Curcio
2020-10-24 16:53:25 -03:00
parent 81f4771c4d
commit 5e8cb6e6df
11 changed files with 144 additions and 35 deletions

12
pages/orders.tsx Normal file
View 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