diff --git a/src/shared/responses/v1/disciplineScheduleInfo.ts b/src/shared/responses/v1/disciplineScheduleInfo.ts index 7ea89ab..1f40d23 100644 --- a/src/shared/responses/v1/disciplineScheduleInfo.ts +++ b/src/shared/responses/v1/disciplineScheduleInfo.ts @@ -9,7 +9,7 @@ * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ -import { DayOfWeek } from '../../structs/dayOfWeek'; +import { DayOfWeek } from '@model/dayOfWeek'; /** * Represents information about a specific schedule entry for a professor.