fix(frontend): type UseQueryReturnType

This commit is contained in:
Tibo De Peuter 2025-03-25 09:31:11 +01:00
parent 103af06cc9
commit ae1c5fdbc7
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -1,4 +1,4 @@
import { useQuery, UseQueryReturnType } from "@tanstack/vue-query";
import { useQuery, type UseQueryReturnType } from "@tanstack/vue-query";
import { getThemeController } from "@/controllers/controllers";
import { type MaybeRefOrGetter, toValue } from "vue";