fix: imports + merge

This commit is contained in:
Gabriellvl 2025-04-03 09:51:53 +02:00
parent 084f4fcdbd
commit 94e25fbcde
3 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@ import { TeacherController, type TeacherResponse, type TeachersResponse } from "
import type { ClassesResponse } from "@/controllers/classes.ts";
import type { JoinRequestResponse, JoinRequestsResponse, StudentsResponse } from "@/controllers/students.ts";
import type { QuestionsResponse } from "@/controllers/questions.ts";
import type { TeacherDTO } from "dwengo-1-common/src/interfaces/teacher";
import type { TeacherDTO } from "@dwengo-1/interfaces/teacher";
import { studentJoinRequestQueryKey, studentJoinRequestsQueryKey } from "@/queries/students.ts";
const teacherController = new TeacherController();