Spaces:
Running
Running
File size: 101 Bytes
a08a11e |
1 2 3 4 5 6 7 8 9 10 |
export const COLORS = [
"red",
"blue",
"green",
"yellow",
"purple",
"pink",
"gray",
];
|