Fix eslint warnings

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2022-05-12 09:02:52 +02:00
parent 7a4432f552
commit 31580bba45
45 changed files with 112 additions and 109 deletions

View File

@@ -72,12 +72,12 @@
<script>
import { Container, Draggable } from 'vue-smooth-dnd'
import { mapState, mapGetters } from 'vuex'
import Controls from '../Controls'
import Stack from './Stack'
import { EmptyContent } from '@nextcloud/vue'
import GlobalSearchResults from '../search/GlobalSearchResults'
import { showError } from '../../helpers/errors'
import { mapState, mapGetters } from 'vuex'
import Controls from '../Controls.vue'
import Stack from './Stack.vue'
import GlobalSearchResults from '../search/GlobalSearchResults.vue'
import { showError } from '../../helpers/errors.js'
export default {
name: 'Board',