delete table

This commit is contained in:
1ilit
2023-09-19 15:47:26 +03:00
parent c3fa9277ef
commit 5ed62c8714
3 changed files with 14 additions and 13 deletions

View File

@@ -7,16 +7,6 @@ import { HTML5Backend } from "react-dnd-html5-backend";
import Canvas from "../components/draw_area";
import EditorPanel from "../components/editor_panel";
// class Graph {
// constructor() {
// this.nodes = [];
// }
// setNodes(nodes) {
// this.nodes = nodes;
// }
// }
export default function Editor(props) {
const [code, setCode] = useState("");
const [rectangles, setRectangles] = useState([]);