11 lines
200 B
TypeScript
11 lines
200 B
TypeScript
|
export const AllPossibleSetups = 1012095;
|
||
|
|
||
|
export const FeedbackColorForMUI = {
|
||
|
"optimal": "info",
|
||
|
"great": "primary",
|
||
|
"good": "white",
|
||
|
"bad": "error",
|
||
|
"bad+": "error",
|
||
|
"bad-": "error",
|
||
|
}
|