Polish and Cart view

This commit is contained in:
Belen Curcio
2020-10-24 17:55:30 -03:00
parent 6f19fee350
commit 4990dd0cf5
8 changed files with 133 additions and 22 deletions

View File

@@ -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>
)
}