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

@@ -12,8 +12,7 @@
</template>
<script lang="ts">
import { Component, Vue, Prop } from 'vue-property-decorator';
import { ApplicationState } from '@/application/State/ApplicationState';
import { Component, Vue } from 'vue-property-decorator';
import TheHeader from '@/presentation/TheHeader.vue';
import TheFooter from '@/presentation/TheFooter/TheFooter.vue';
import TheCodeArea from '@/presentation/TheCodeArea.vue';