feat: project initial setup

This commit is contained in:
alex.saiannyi
2023-05-22 15:22:52 +02:00
committed by Volodymyr Krasnoshapka
parent f5dade74fb
commit b17652b26b
54 changed files with 3140 additions and 1590 deletions

View File

@@ -10,8 +10,8 @@ import { Gallery } from 'components/product/gallery';
import { VariantSelector } from 'components/product/variant-selector';
import Prose from 'components/prose';
import { HIDDEN_PRODUCT_TAG } from 'lib/constants';
import { getProduct, getProductRecommendations } from 'lib/shopify';
import { Image } from 'lib/shopify/types';
import { getProduct, getProductRecommendations } from 'lib/bigcommerce';
import { Image } from 'lib/bigcommerce/types';
export const runtime = 'edge';