style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-04-06 20:32:13 +00:00
parent b963101f62
commit 34facfe7c8
12 changed files with 70 additions and 72 deletions

View file

@ -3,7 +3,7 @@ import type { ClassDTO } from "@dwengo-1/common/interfaces/class";
import type { StudentsResponse } from "./students";
import type { AssignmentsResponse } from "./assignments";
import type { TeacherInvitationDTO } from "@dwengo-1/common/interfaces/teacher-invitation";
import type {TeachersResponse} from "@/controllers/teachers.ts";
import type { TeachersResponse } from "@/controllers/teachers.ts";
export interface ClassesResponse {
classes: ClassDTO[] | string[];