Merge pull request #5 from ramyareye/woocommerce-framework

chore: some push for vercel :)
This commit is contained in:
Reza Babaei
2021-09-18 22:32:55 +03:00
committed by GitHub

View File

@@ -5,6 +5,7 @@ import type { Product } from '@commerce/types/product'
import s from './ProductCard.module.css' import s from './ProductCard.module.css'
import Image, { ImageProps } from 'next/image' import Image, { ImageProps } from 'next/image'
import WishlistButton from '@components/wishlist/WishlistButton' import WishlistButton from '@components/wishlist/WishlistButton'
import usePrice from '@framework/product/use-price' import usePrice from '@framework/product/use-price'
import ProductTag from '../ProductTag' import ProductTag from '../ProductTag'