[web] Lint code for better maintainability

For this pass, mainly the import order has been changed.
This commit is contained in:
Alain Nussbaumer
2023-07-18 15:48:56 +02:00
parent 9d62c94d86
commit c9a35c7346
16 changed files with 33 additions and 33 deletions

View File

@@ -8,8 +8,8 @@
</template>
<script>
import webapi from '@/webapi'
import { renderSVG } from '@/lib/SVGRenderer'
import webapi from '@/webapi'
export default {
name: 'CoverArtwork',

View File

@@ -48,8 +48,8 @@
</template>
<script>
import ModalDialog from '@/components/ModalDialog.vue'
import * as types from '@/store/mutation_types'
import ModalDialog from '@/components/ModalDialog.vue'
import webapi from '@/webapi'
export default {

View File

@@ -22,8 +22,8 @@
</template>
<script>
import webapi from '@/webapi'
import * as types from '@/store/mutation_types'
import webapi from '@/webapi'
export default {
name: 'SettingsCheckbox',

View File

@@ -28,8 +28,8 @@
</template>
<script>
import webapi from '@/webapi'
import * as types from '@/store/mutation_types'
import webapi from '@/webapi'
export default {
name: 'SettingsIntfield',

View File

@@ -27,8 +27,8 @@
</template>
<script>
import webapi from '@/webapi'
import * as types from '@/store/mutation_types'
import webapi from '@/webapi'
export default {
name: 'SettingsTextfield',