style: fix linting issues met Prettier
This commit is contained in:
parent
df8f4043a8
commit
b9681926f8
10 changed files with 31 additions and 44 deletions
|
@ -6,12 +6,7 @@ import {
|
|||
getTeacherRepository,
|
||||
} from '../data/repositories.js';
|
||||
import { ClassDTO, mapToClassDTO } from '../interfaces/class.js';
|
||||
import {
|
||||
mapToQuestionDTO,
|
||||
mapToQuestionDTOId,
|
||||
QuestionDTO,
|
||||
QuestionId
|
||||
} from '../interfaces/question.js';
|
||||
import { mapToQuestionDTO, mapToQuestionDTOId, QuestionDTO, QuestionId } from '../interfaces/question.js';
|
||||
import { mapToTeacher, mapToTeacherDTO, TeacherDTO } from '../interfaces/teacher.js';
|
||||
import { Teacher } from '../entities/users/teacher.entity.js';
|
||||
import { fetchStudent } from './students.js';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue