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;