mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-20 09:43:57 +00:00
feat: add theme store
This commit is contained in:
3
src/lib/stores/index.ts
Normal file
3
src/lib/stores/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { PersistedState } from 'runed';
|
||||
|
||||
export const theme = new PersistedState<'light' | 'dark'>('theme', 'light');
|
||||
Reference in New Issue
Block a user