const Colors = { RED: "red", BLUE: "blue", YELLOW: "yellow", GREEN: "green", } export default Colors;