From 5bde568fab9569316bbd073197ef66cfe493d475 Mon Sep 17 00:00:00 2001 From: Polianin Nikita Date: Wed, 5 Jun 2024 21:39:25 +0300 Subject: [PATCH] fix: change import --- src/shared/responses/v1/disciplineScheduleInfo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.