mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Polish and Cart view
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { Layout } from '@components/core'
|
||||
import { Container } from '@components/ui'
|
||||
import { Container, Text } from '@components/ui'
|
||||
|
||||
export default function Profile() {
|
||||
return (
|
||||
<Container>
|
||||
<h2>My Profile</h2>
|
||||
<Text variant="pageHeading">My Profile</Text>
|
||||
</Container>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user