WordClockESP/interface/src/constants/Highlight.js

5 lines
120 B
JavaScript
Raw Normal View History

export const IDLE = "idle";
export const SUCCESS = "success";
export const ERROR = "error";
export const WARN = "warn";