Skip to content

Commit

Permalink
[fix] import 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sanghee0820 committed Nov 8, 2024
1 parent 6c544f8 commit 59728c9
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package team7.inplace.video.presentation;

import java.util.ArrayList;
import java.util.List;
import lombok.RequiredArgsConstructor;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
Expand All @@ -10,9 +8,9 @@
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import team7.inplace.video.application.VideoFacade;
import team7.inplace.video.application.VideoService;
Expand Down

0 comments on commit 59728c9

Please sign in to comment.