fix(frontend): Linting errors/warnings opgelost
This commit is contained in:
parent
b2e6b33716
commit
4d98be78c1
26 changed files with 272 additions and 258 deletions
|
@ -1,6 +1,6 @@
|
|||
<script setup lang="ts">
|
||||
import {Language} from "@/data-objects/language.ts";
|
||||
import {type UseQueryReturnType} from "@tanstack/vue-query";
|
||||
import type {UseQueryReturnType} from "@tanstack/vue-query";
|
||||
import {useLearningObjectHTMLQuery} from "@/queries/learning-objects.ts";
|
||||
import UsingQueryResult from "@/components/UsingQueryResult.vue";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue