mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 15:35:35 +00:00
6 lines
139 B
TypeScript
6 lines
139 B
TypeScript
export const KEY_USER_THEME = 'user_theme';
|
|
|
|
export const DEFAULT_USER_THEME = 'light';
|
|
|
|
export const THEMES = ['light', 'dark'] as const;
|