remove dead code

This commit is contained in:
anovazzi1 2023-07-13 17:31:28 -03:00
commit d88be5dd99

View file

@ -240,10 +240,6 @@ export const nodeIconsLucide: {
>,
};
export const taskTypeMap: { [key: string]: string } = {
MULTICLASS_CLASSIFICATION: "Multiclass Classification",
};
const charWidths: { [char: string]: number } = {
" ": 0.2,
"!": 0.2,