chore: some push for vercel :)

This commit is contained in:
Reza Babaei
2021-09-18 22:32:06 +03:00
parent d2e8b54954
commit a5d31c30cb

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'