style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-04-03 08:12:51 +00:00
parent 01b40992e2
commit 80939cd93c
7 changed files with 7 additions and 8 deletions

View file

@ -1,7 +1,7 @@
import { useQuery, type UseQueryReturnType } from "@tanstack/vue-query";
import { type MaybeRefOrGetter, toValue } from "vue";
import type { Theme } from "@dwengo-1/interfaces/theme";
import {getThemeController} from "@/controllers/controllers.ts";
import { getThemeController } from "@/controllers/controllers.ts";
const themeController = getThemeController();