mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Removed unused React imports
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import cn from 'classnames'
|
||||
import s from './ProductCard.module.css'
|
||||
import React, { FC } from 'react'
|
||||
import { FC } from 'react'
|
||||
import { Heart } from '@components/icon'
|
||||
interface Props {
|
||||
className?: string
|
||||
|
Reference in New Issue
Block a user