style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-04-06 21:41:42 +00:00
parent 7ddde18d6c
commit 9136ff0313
11 changed files with 60 additions and 78 deletions

View file

@ -1,5 +1,5 @@
import { QuestionDTO, QuestionId } from './question';
import {TeacherDTO} from "./teacher";
import { TeacherDTO } from './teacher';
export interface AnswerDTO {
author: TeacherDTO;