diff --git a/src/presentation/Scripts/ScriptsTree/SelectableTree/Node/RevertToggle.vue b/src/presentation/Scripts/ScriptsTree/SelectableTree/Node/RevertToggle.vue index ff1e4377..ae9c7d82 100644 --- a/src/presentation/Scripts/ScriptsTree/SelectableTree/Node/RevertToggle.vue +++ b/src/presentation/Scripts/ScriptsTree/SelectableTree/Node/RevertToggle.vue @@ -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