diff --git a/src/pages/VisProgPage/visualProgrammingUI/components/DragDropSidebar.tsx b/src/pages/VisProgPage/visualProgrammingUI/components/DragDropSidebar.tsx index 5d626d3..3540b75 100644 --- a/src/pages/VisProgPage/visualProgrammingUI/components/DragDropSidebar.tsx +++ b/src/pages/VisProgPage/visualProgrammingUI/components/DragDropSidebar.tsx @@ -9,8 +9,9 @@ import { useRef, useState } from 'react'; -import styles from "../../VisProg.module.css" import useFlowStore from "../VisProgStores.tsx"; +import styles from "../../VisProg.module.css" + // Is used to make sure each subsequent node gets a unique id, so the ReactFlow implementation // can distinguish between different nodes.