diff --git a/framework/shopify/README.md b/framework/shopify/README.md index 037f3a977..2430ce9d7 100644 --- a/framework/shopify/README.md +++ b/framework/shopify/README.md @@ -52,6 +52,7 @@ These modifications are temporarily until contributions are made to remove them. #### Adding item to Cart ```js +// components/product/ProductView/ProductView.tsx const ProductView: FC = ({ product }) => { const addToCart = async () => { setLoading(true)