forked from coracle/flotilla
4 lines
87 B
TypeScript
4 lines
87 B
TypeScript
import {synced} from '@lib/util'
|
|
|
|
export const theme = synced<string>("theme", "dark")
|