fix type import

This commit is contained in:
Hayden 2022-10-14 17:43:00 -08:00
parent 9613bab0da
commit 85acaacda3

View file

@ -1,5 +1,5 @@
import { ComputedRef } from "vue";
import { DaisyTheme } from "./use-preferences";
import { DaisyTheme } from "~~/lib/data/themes";
export interface UseTheme {
theme: ComputedRef<DaisyTheme>;