refactor unused imports

This commit is contained in:
undergroundwires
2020-09-04 13:29:42 +01:00
parent 8c38dd73d8
commit 6badfef9da

View File

@@ -18,8 +18,6 @@
import { StatefulVue } from '@/presentation/StatefulVue';
import { INode } from './INode';
import { SelectedScript } from '@/application/State/Selection/SelectedScript';
import { IApplicationState } from '@/application/State/IApplicationState';
import { getCategoryId, getScriptId } from './../../ScriptNodeParser';
import { getReverter } from './Reverter/ReverterFactory';
@Component