Skip to content

Commit

Permalink
[chore] import 문 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
JeonHaeseung committed Jul 18, 2024
1 parent c2aba55 commit ca5e841
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
package Ness.Backend.domain.bookmark.dto.response;

import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;

import java.time.ZonedDateTime;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package Ness.Backend.domain.bookmark.dto.response;

import Ness.Backend.domain.chat.dto.response.GetChatDto;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
Expand Down
1 change: 0 additions & 1 deletion src/main/java/Ness/Backend/domain/chat/ChatService.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

import java.time.LocalDateTime;
import java.time.ZoneId;
import java.time.ZonedDateTime;
import java.util.List;

@Service
Expand Down

0 comments on commit ca5e841

Please sign in to comment.