remove unused imports
This commit is contained in:
parent
bdacfefbb0
commit
be673e27a4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue