fix: change import

This commit is contained in:
Polianin Nikita 2024-06-05 21:39:25 +03:00
parent a4bcc1d920
commit 5bde568fab

View File

@ -9,7 +9,7 @@
* https://github.com/swagger-api/swagger-codegen.git * https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually. * 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. * Represents information about a specific schedule entry for a professor.