From 41df2cfc7bdcca287a1d17a087d5d56f1f8a5fb8 Mon Sep 17 00:00:00 2001 From: Donghoon Jeong <112836685+jjeongdong@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:06:21 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20build=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../catchmate/domain/game/converter/GameConverter.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/main/java/com/back/catchmate/domain/game/converter/GameConverter.java b/src/main/java/com/back/catchmate/domain/game/converter/GameConverter.java index 517f39e..0b77207 100644 --- a/src/main/java/com/back/catchmate/domain/game/converter/GameConverter.java +++ b/src/main/java/com/back/catchmate/domain/game/converter/GameConverter.java @@ -1,16 +1,9 @@ package com.back.catchmate.domain.game.converter; -import com.back.catchmate.domain.board.dto.BoardRequest.CreateBoardRequest; -import com.back.catchmate.domain.board.dto.BoardResponse.BoardInfo; -import com.back.catchmate.domain.board.entity.Board; import com.back.catchmate.domain.club.entity.Club; -import com.back.catchmate.domain.game.dto.GameRequest; import com.back.catchmate.domain.game.dto.GameRequest.CreateGameRequest; -import com.back.catchmate.domain.game.dto.GameResponse; import com.back.catchmate.domain.game.dto.GameResponse.GameInfo; import com.back.catchmate.domain.game.entity.Game; -import com.back.catchmate.domain.user.entity.User; -import org.joda.time.DateTime; import org.springframework.stereotype.Component; import java.time.LocalDateTime;