diff --git a/web/app/sketcher/components/SketcherApp.jsx b/web/app/sketcher/components/SketcherApp.jsx index f5962f7b..fedf278e 100644 --- a/web/app/sketcher/components/SketcherApp.jsx +++ b/web/app/sketcher/components/SketcherApp.jsx @@ -7,7 +7,6 @@ import {StreamsContext} from 'ui/streamsContext'; import {ToastContainer} from "react-toastify"; import 'react-toastify/dist/ReactToastify.css'; import SketcherOperationWizard from "./SketcherOperationWizard"; -import {StageControl} from "./StageControl"; import {Scope} from "./Scope"; import {SketcherToolbar} from "./SketcherToolbar"; import {sketcherRightToolbarConfig, sketcherTopToolbarConfig} from "../uiConfig"; @@ -66,6 +65,5 @@ function RightSideControls() { - } \ No newline at end of file