mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
use @bigcommerce/storefront-data-hooks
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Layout } from '@components/core'
|
||||
import { Container, Text } from '@components/ui'
|
||||
import useCustomer from '@lib/bigcommerce/use-customer'
|
||||
import useCustomer from '@bigcommerce/storefront-data-hooks/dist/use-customer'
|
||||
export default function Profile() {
|
||||
const { data } = useCustomer()
|
||||
console.log(data)
|
||||
|
Reference in New Issue
Block a user