From ee971f3456ff420647950c6d4cd6abae5eea3f2c Mon Sep 17 00:00:00 2001 From: hojooo Date: Mon, 30 Jun 2025 18:49:02 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20import=20=EC=A4=91=EB=B3=B5=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/example/moim/match/entity/MatchUser.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/example/moim/match/entity/MatchUser.java b/src/main/java/com/example/moim/match/entity/MatchUser.java index 2ac1eb3..6cb0eb6 100644 --- a/src/main/java/com/example/moim/match/entity/MatchUser.java +++ b/src/main/java/com/example/moim/match/entity/MatchUser.java @@ -3,7 +3,6 @@ import com.example.moim.club.entity.Club; import com.example.moim.global.exception.ResponseCode; import com.example.moim.match.exception.advice.MatchControllerAdvice; -import com.example.moim.schedule.entity.ScheduleVote; import com.example.moim.schedule.vote.entity.ScheduleVote; import com.example.moim.club.entity.UserClub; import com.example.moim.match.dto.MatchRecordInput;