From be673e27a47bf1a50040fd0915aa372e7315e19f Mon Sep 17 00:00:00 2001 From: zombieFox Date: Tue, 21 Sep 2021 20:40:03 +0100 Subject: [PATCH] remove unused imports --- src/component/toolbar/index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/component/toolbar/index.js b/src/component/toolbar/index.js index dbd9f3de..f5eff113 100644 --- a/src/component/toolbar/index.js +++ b/src/component/toolbar/index.js @@ -2,10 +2,6 @@ import { state } from '../state'; import { ToolbarControl } from '../toolbarControl'; -import { applyCSSVar } from '../../utility/applyCSSVar'; -import { applyCSSClass } from '../../utility/applyCSSClass'; -import { applyCSSState } from '../../utility/applyCSSState'; - const toolbar = {}; toolbar.current = null;