fix: meervoud en ongebruikte file gefixt #130

This commit is contained in:
Adriaan Jacquet 2025-03-22 11:57:25 +01:00
parent 32a3bb0dd6
commit ce0fabc0e2
4 changed files with 2 additions and 44 deletions

View file

@ -7,10 +7,9 @@ import {
} from '../data/repositories.js';
import { Teacher } from '../entities/users/teacher.entity.js';
import { ClassDTO, mapToClassDTO } from '../interfaces/class.js';
import { getClassStudents } from './class.js';
import { getClassStudents } from './classes.js';
import { StudentDTO } from '../interfaces/student.js';
import { mapToQuestionDTO, mapToQuestionId, QuestionDTO, QuestionId } from '../interfaces/question.js';
import { UserService } from './users.js';
import { mapToUser } from '../interfaces/user.js';
import { mapToTeacher, mapToTeacherDTO, TeacherDTO } from '../interfaces/teacher.js';