Removed /utils

This commit is contained in:
Luis Alvarez
2020-10-27 05:53:30 -05:00
parent c82f2c5e61
commit eddf338bfb
6 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ import type { GetStaticPropsContext, InferGetStaticPropsType } from 'next'
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'
import getSlug from '@lib/get-slug'
import { Layout, HTMLContent } from '@components/core'
export async function getStaticProps({