fix(frontend): ontbrekende import in SingleQuestion.vue

Hierdoor crashte de leerpadpagina.
This commit is contained in:
Gerald Schmittinger 2025-05-18 12:38:16 +02:00
parent c627806e27
commit 10a329bed3

View file

@ -7,6 +7,7 @@
import type { AnswerData, AnswerDTO } from "@dwengo-1/common/interfaces/answer";
import authService from "@/services/auth/auth-service";
import { useI18n } from "vue-i18n";
import { AccountType } from "@dwengo-1/common/util/account-types"
const { t } = useI18n();