mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 03:31:23 +00:00
feat: project initial setup
This commit is contained in:
committed by
Volodymyr Krasnoshapka
parent
f5dade74fb
commit
b17652b26b
@@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user