mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-11 08:43:04 +00:00
refactor: split backend by context instead of type 'controllers/models/...'
This commit is contained in:
2
app/user/constants/theme.ts
Normal file
2
app/user/constants/theme.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export const PREFER_DARK_THEME = 'prefer_dark_theme';
|
||||
export const DARK_THEME_DEFAULT_VALUE = true;
|
||||
Reference in New Issue
Block a user