Initial commit
This commit is contained in:
4
src/store/theme.ts
Normal file
4
src/store/theme.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { writable } from 'svelte/store'
|
||||
type ThemeType = 'dark' | 'light'
|
||||
|
||||
export const theme = writable<ThemeType>('dark')
|
||||
Reference in New Issue
Block a user