style: fix linting issues met Prettier
This commit is contained in:
parent
ed8b5c919d
commit
ea5cf7abf9
26 changed files with 467 additions and 422 deletions
|
@ -1,7 +1,7 @@
|
|||
import { useQuery, type UseQueryReturnType } from "@tanstack/vue-query";
|
||||
import { getThemeController } from "@/controllers/controllers";
|
||||
import { type MaybeRefOrGetter, toValue } from "vue";
|
||||
import type {Theme} from "@/data-objects/theme.ts";
|
||||
import type { Theme } from "@/data-objects/theme.ts";
|
||||
|
||||
const themeController = getThemeController();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue