From 7e6b225a9f90d1b04944256003f4f09e9540b4e3 Mon Sep 17 00:00:00 2001 From: laurejablonski Date: Sat, 5 Apr 2025 17:25:15 +0200 Subject: [PATCH] fix: juiste import --- frontend/src/queries/students.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/queries/students.ts b/frontend/src/queries/students.ts index 822083d9..d5edad7a 100644 --- a/frontend/src/queries/students.ts +++ b/frontend/src/queries/students.ts @@ -19,7 +19,7 @@ import type { AssignmentsResponse } from "@/controllers/assignments.ts"; import type { GroupsResponse } from "@/controllers/groups.ts"; import type { SubmissionsResponse } from "@/controllers/submissions.ts"; import type { QuestionsResponse } from "@/controllers/questions.ts"; -import type { StudentDTO } from "@dwengo-1/interfaces/student"; +import type { StudentDTO } from "@dwengo-1/common/interfaces/student"; const studentController = new StudentController();