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