quickabdest/constants.js

5 lines
83 B
JavaScript

export const THEMES = {
DEFAULT: "DEFAULT",
GREEN: "GREEN",
DARK: "DARK",
};