diff --git a/src/shapes/model/subject/LectureType.tsx b/src/shapes/model/subject/LectureType.tsx index 2a40e23..60ccd0e 100644 --- a/src/shapes/model/subject/LectureType.tsx +++ b/src/shapes/model/subject/LectureType.tsx @@ -1,6 +1,6 @@ -import classtimeType from './ClasstimeShape'; -import examtimeType from './ExamtimeShape'; -import nestedProfessorType from './NestedProfessorShape'; +import classtimeType from './ClasstimeType'; +import examtimeType from './ExamtimeType'; +import nestedProfessorType from './NestedProfessorType'; interface lectureType { id: number;