fix(frontend): ontbrekende import in SingleQuestion.vue
Hierdoor crashte de leerpadpagina.
This commit is contained in:
parent
c627806e27
commit
10a329bed3
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
import type { AnswerData, AnswerDTO } from "@dwengo-1/common/interfaces/answer";
|
import type { AnswerData, AnswerDTO } from "@dwengo-1/common/interfaces/answer";
|
||||||
import authService from "@/services/auth/auth-service";
|
import authService from "@/services/auth/auth-service";
|
||||||
import { useI18n } from "vue-i18n";
|
import { useI18n } from "vue-i18n";
|
||||||
|
import { AccountType } from "@dwengo-1/common/util/account-types"
|
||||||
|
|
||||||
const { t } = useI18n();
|
const { t } = useI18n();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue