refactor unused imports & variables

This commit is contained in:
undergroundwires
2020-09-01 21:32:31 +01:00
parent f51e8859ee
commit a23d28f2cf
21 changed files with 24 additions and 37 deletions

View File

@@ -13,10 +13,10 @@
<script lang="ts">
import { Component, Prop, Vue, Watch } from 'vue-property-decorator';
import { Component, Prop, Watch } from 'vue-property-decorator';
import { IReverter } from './Reverter/IReverter';
import { StatefulVue } from '@/presentation/StatefulVue';
import { INode, NodeType } from './INode';
import { INode } from './INode';
import { SelectedScript } from '@/application/State/Selection/SelectedScript';
import { IApplicationState } from '@/application/State/IApplicationState';
import { getCategoryId, getScriptId } from './../../ScriptNodeParser';