Skip to content

Commit

Permalink
Update LectureType.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
useruseruse authored Sep 9, 2023
1 parent b3be2bd commit d6442c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/shapes/model/subject/LectureType.tsx
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit d6442c4

Please sign in to comment.