Updated imports

This commit is contained in:
Luis Alvarez
2020-10-27 04:53:21 -05:00
parent 16d6369b64
commit 7aa9019ada
8 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
import type { GetStaticPropsContext } from 'next'
import { getConfig } from '@lib/bigcommerce/api'
import getAllPages from '@lib/bigcommerce/api/operations/get-all-pages'
import { getConfig } from '@bigcommerce/storefront-data-hooks/api'
import getAllPages from '@bigcommerce/storefront-data-hooks/api/operations/get-all-pages'
import useCustomer from '@bigcommerce/storefront-data-hooks/use-customer'
import { Layout } from '@components/core'
import { Container, Text } from '@components/ui'