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,5 +1,5 @@
import type { GetStaticPropsContext, InferGetStaticPropsType } from 'next'
import { getConfig } from '@lib/bigcommerce/api'
import { getConfig } from '@bigcommerce/storefront-data-hooks/api'
import getPage from '@bigcommerce/storefront-data-hooks/api/operations/get-page'
import getAllPages from '@bigcommerce/storefront-data-hooks/api/operations/get-all-pages'
import getSlug from '@utils/get-slug'