Skip to content

Commit

Permalink
chore: 브랜치 병합 실수한 패키지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
khcho0125 committed Nov 26, 2022
1 parent 165ca1b commit 6bf03bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import team.comit.simtong.domain.schedule.usecase.AddSpotScheduleUseCase
import team.comit.simtong.domain.schedule.usecase.ChangeSpotScheduleUseCase
import team.comit.simtong.domain.schedule.usecase.EntireSpotScheduleUseCase
import team.comit.simtong.domain.schedule.usecase.RemoveSpotScheduleUseCase
import team.comit.simtong.schedule.dto.request.AddIndividualScheduleWebRequest
import team.comit.simtong.domain.schedule.dto.request.AddIndividualScheduleWebRequest
import java.time.LocalDate
import java.util.UUID
import javax.validation.Valid
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package team.comit.simtong.schedule.dto.request
package team.comit.simtong.domain.schedule.dto.request

import org.hibernate.validator.constraints.Length
import java.time.LocalDate
Expand Down

0 comments on commit 6bf03bf

Please sign in to comment.