fix: merge + fixes
This commit is contained in:
parent
7d8a0fcbb2
commit
3c1eb82ce3
20 changed files with 52 additions and 41 deletions
|
@ -1,7 +1,7 @@
|
|||
import { useQuery, type UseQueryReturnType } from "@tanstack/vue-query";
|
||||
import { type MaybeRefOrGetter, toValue } from "vue";
|
||||
import { ThemeController } from "@/controllers/themes.ts";
|
||||
import type { Theme } from "dwengo-1-common/src/interfaces/theme";
|
||||
import type { Theme } from "../../../common/src/interfaces/theme";
|
||||
|
||||
const themeController = new ThemeController();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue