mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-09-21 23:44:51 +00:00
delete table
This commit is contained in:
@@ -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([]);
|
||||
|
Reference in New Issue
Block a user