Files
flotilla/src/app/theme.ts
T
2024-08-16 10:50:45 -07:00

4 lines
87 B
TypeScript

import {synced} from "@lib/util"
export const theme = synced<string>("theme", "dark")