From ed677a7d5576a09588e0ee37c9b8f426a09b1aff Mon Sep 17 00:00:00 2001 From: Jbiscode <99472056+Jbiscode@users.noreply.github.com> Date: Tue, 25 Jun 2024 01:30:57 +0900 Subject: [PATCH] =?UTF-8?q?FIX=20:=20=EC=A6=90=EA=B2=A8=EC=B0=BE=EA=B8=B0?= =?UTF-8?q?=20=ED=95=98=ED=8A=B8=EC=9D=B4=EB=AF=B8=EC=A7=80=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/profile/LikeComponent.jsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/profile/LikeComponent.jsx b/src/components/profile/LikeComponent.jsx index faeb4ac..2adf7f5 100644 --- a/src/components/profile/LikeComponent.jsx +++ b/src/components/profile/LikeComponent.jsx @@ -1,9 +1,8 @@ -import React, { useEffect, useState } from "react"; +import { useEffect, useState } from "react"; import { Link } from "react-router-dom"; -import CLOTHES from "@/assets/images/clothes.png" -import useAuthStore from "@zustand/authStore" import {auth} from "@api/index" import useModalStore from "@zustand/modalStore" +import HeartFill from "@/assets/images/icon/heart_fill.svg" const LikeComponent = ({updateMyProfileInfo }) => { @@ -115,7 +114,7 @@ const LikeComponent = ({updateMyProfileInfo }) => { 거래 완료 } - {handleLikeChange(e,item.id)}}/> + {handleLikeChange(e,item.id)}}/>
{item.title}