Skip to content

Commit 41bcf76

Browse files
authored
Merge pull request codeit-13-3team#36 from codeit-13-3team/fix/starImage
fix: import delete
2 parents 70c74ad + d9dc7df commit 41bcf76

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/components/home/Product.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
import { useQuery } from '@tanstack/react-query';
2-
import { getProductList } from '@/api/products';
31
import Image from 'next/image';
42
import star from '../../../public/icon/common/star.png';
53
import { Product as productType } from '@/types/product';
64
import Link from 'next/link';
75

8-
96
const Product = ({ product }: { product: productType }) => {
107
return (
118
<li

0 commit comments

Comments
 (0)