Add themes page

This commit is contained in:
Jon Staab
2024-08-14 16:25:36 -07:00
parent 66bb74fc32
commit 6c3bcac61f
15 changed files with 149 additions and 132 deletions
+3
View File
@@ -0,0 +1,3 @@
import {synced} from '@lib/util'
export const theme = synced<string>("theme", "dark")