quickabdest/constants.js

6 lines
83 B
JavaScript
Raw Normal View History

2024-12-11 19:52:06 +03:00
export const THEMES = {
DEFAULT: "DEFAULT",
GREEN: "GREEN",
DARK: "DARK",
};