colors.js 118 B

12345678
  1. const Colors = {
  2. RED: "red",
  3. BLUE: "blue",
  4. YELLOW: "yellow",
  5. GREEN: "green",
  6. }
  7. export default Colors;