I have a common object for example
Const Color = {
primary: blue,
danger: red,
warning: orange
}
Same thing with Size etc…
I use this object for validate component and add style.
In which folder can I add these objects in the root? Many use models/color.js is correct?