From 4ec574e41d43212c0bd1b2aab335c801f667b9e2 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Fri, 2 Oct 2020 14:51:36 -0300 Subject: [PATCH] path was failling --- pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.tsx b/pages/index.tsx index cf117da5b..c89c02ce6 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -1,5 +1,5 @@ import { GetStaticPropsContext, InferGetStaticPropsType } from 'next' -import getAllProducts from 'lib/bigcommerce/api/operations/get-all-products' +import getAllProducts from '@lib/bigcommerce/api/operations/get-all-products' import { Layout } from '@components/core' import { ProductGrid } from '@components/product'