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

@@ -15,7 +15,7 @@
</template>
<script lang="ts">
import { Component, Prop, Vue } from 'vue-property-decorator';
import { Component, Vue } from 'vue-property-decorator';
import { Environment } from '@/application/Environment/Environment';
import { OperatingSystem } from '@/application/Environment/OperatingSystem';
import DownloadUrlListItem from './DownloadUrlListItem.vue';