From 7b1dcdeeeb9d78a1c6b12e64200f61ac000ae8c9 Mon Sep 17 00:00:00 2001 From: Steve Ruiz Date: Mon, 31 May 2021 22:03:24 +0100 Subject: [PATCH] Removes reference to toolbar --- components/editor.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/editor.tsx b/components/editor.tsx index 4be1f7aaa..42cde2330 100644 --- a/components/editor.tsx +++ b/components/editor.tsx @@ -2,7 +2,6 @@ import useKeyboardEvents from 'hooks/useKeyboardEvents' import useLoadOnMount from 'hooks/useLoadOnMount' import Canvas from './canvas/canvas' import StatusBar from './status-bar' -import Toolbar from './toolbar' import CodePanel from './code-panel/code-panel' import ControlsPanel from './controls-panel/controls-panel' import ToolsPanel from './tools-panel/tools-panel'