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
commit c92f4344b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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