feat: student query

This commit is contained in:
Gabriellvl 2025-03-24 17:12:31 +01:00
parent c84964e719
commit 70d4c80093
5 changed files with 103 additions and 3 deletions

View file

@ -1,5 +1,5 @@
import { StudentController } from "@/controllers/student-controller.ts";
import { TeacherController } from "@/controllers/teacher-controller.ts";
import { StudentController } from "@/controllers/students.ts";
import { TeacherController } from "@/controllers/teachers.ts";
import {ThemeController} from "@/controllers/themes.ts";