rename stuf

This commit is contained in:
1ilit
2023-09-19 15:47:43 +03:00
parent 6777abf109
commit e39feea551
3 changed files with 5 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ import Sidebar from "../components/sidebar";
import ControlPanel from "../components/control_panel";
import { DndProvider } from "react-dnd";
import { HTML5Backend } from "react-dnd-html5-backend";
import Canvas from "../components/draw_area";
import Canvas from "../components/canvas";
import EditorPanel from "../components/editor_panel";
export default function Editor(props) {