Skip to content

Commit

Permalink
chore: 사용하지 않는 import 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
k000927 committed Aug 14, 2024
1 parent 5faacd5 commit b1fe8b6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import JGS.CasperEvent.domain.event.entity.participants.LotteryParticipants;

import java.time.LocalDate;
import java.time.LocalDateTime;
import java.time.LocalTime;

public record LotteryEventParticipantsResponseDto(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import JGS.CasperEvent.domain.event.entity.participants.RushParticipants;

import java.time.LocalDate;
import java.time.LocalDateTime;
import java.time.LocalTime;

public record RushEventParticipantResponseDto(Long id, String phoneNumber,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package JGS.CasperEvent.domain.event.repository.participantsRepository;

import JGS.CasperEvent.domain.event.entity.participants.LotteryParticipants;
import JGS.CasperEvent.domain.event.entity.participants.LotteryWinners;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
Expand Down

0 comments on commit b1fe8b6

Please sign in to comment.