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

@@ -11,13 +11,13 @@ import { ProductCard } from '@components/product'
import { Container, Grid, Skeleton } from '@components/ui'
import rangeMap from '@lib/range-map'
import getSlug from '@utils/get-slug'
import getSlug from '@lib/get-slug'
import {
filterQuery,
getCategoryPath,
getDesignerPath,
useSearchMeta,
} from '@utils/search'
} from '@lib/search'
export async function getStaticProps({
preview,