fix: teacher invitations en andere + feat: answer queries

This commit is contained in:
Gabriellvl 2025-04-18 15:53:04 +02:00
parent 1c07d9c6c8
commit b821da6eb2
5 changed files with 146 additions and 29 deletions

View file

@ -1,7 +1,7 @@
import { useQuery, type UseQueryReturnType } from "@tanstack/vue-query";
import { type MaybeRefOrGetter, toValue } from "vue";
import type { Theme } from "@dwengo-1/interfaces/theme";
import { getThemeController } from "@/controllers/controllers.ts";
import type {Theme} from "@dwengo-1/common/interfaces/theme";
const themeController = getThemeController();