diff --git a/src/frontend/src/CustomNodes/NoteNode/index.tsx b/src/frontend/src/CustomNodes/NoteNode/index.tsx index 0519f2214646..e3ecdee1443a 100644 --- a/src/frontend/src/CustomNodes/NoteNode/index.tsx +++ b/src/frontend/src/CustomNodes/NoteNode/index.tsx @@ -1,7 +1,5 @@ import { COLOR_OPTIONS, - NOTE_NODE_MAX_HEIGHT, - NOTE_NODE_MAX_WIDTH, NOTE_NODE_MIN_HEIGHT, NOTE_NODE_MIN_WIDTH, } from "@/constants/constants"; @@ -50,8 +48,6 @@ function NoteNode({ { const { width, height } = params; setSize({ width: width - 25, height: height - 25 }); @@ -62,8 +58,6 @@ function NoteNode({