This commit is contained in:
2024-01-24 18:01:48 +08:00
parent 9bf9c770f1
commit 87fcb12960
5 changed files with 10 additions and 11 deletions

View File

@@ -1,2 +0,0 @@
export const isDark = useLocalStorage("theme-appearance", false)
export const toggleDark = useToggle(isDark)

View File

@@ -1 +0,0 @@
export const code = ref("")