Add channel id to config

This commit is contained in:
Luis Alvarez
2020-10-27 00:20:11 -05:00
parent fbda3c68f8
commit a6772c136a
2 changed files with 4 additions and 1 deletions

View File

@@ -1,9 +1,9 @@
import { Layout } from '@components/core'
import { Container, Text } from '@components/ui'
import useCustomer from '@lib/bigcommerce/use-customer'
export default function Profile() {
const { data } = useCustomer()
console.log(data)
return (
<Container>
<Text variant="pageHeading">My Profile</Text>