Skip to content

Commit

Permalink
fix: type 고치기
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene028 committed Aug 23, 2024
1 parent aa73bac commit 4bf6c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/admin/types/dtos/studyBasicInfo.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { DayOfWeekType } from "types/entities/dayofweek";
import type { SemesterType } from "types/entities/study";
import type { SemesterType } from "types/entities/semester";
import type { TimeType } from "types/entities/time";

export interface StudyBasicInfoApiResponseDto {
Expand Down

0 comments on commit 4bf6c7b

Please sign in to comment.