diff --git a/index.html b/index.html index 626a87b..68cef02 100644 --- a/index.html +++ b/index.html @@ -3,12 +3,11 @@ - diff --git a/src/composables/dark.ts b/src/composables/dark.ts index c745de5..5ad5936 100644 --- a/src/composables/dark.ts +++ b/src/composables/dark.ts @@ -1,3 +1,4 @@ // these APIs are auto-imported from @vueuse/core export const isDark = useDark() export const toggleDark = useToggle(isDark) +export const preferredDark = usePreferredDark()