Skip to content

Commit

Permalink
fix lint check
Browse files Browse the repository at this point in the history
Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
  • Loading branch information
hamza221 committed Dec 24, 2022
1 parent ab2d6ee commit b841968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Questions/Question.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ import { directive as ClickOutside } from 'v-click-outside'
import NcActions from '@nextcloud/vue/dist/Components/NcActions.js'
import NcActionButton from '@nextcloud/vue/dist/Components/NcActionButton.js'
import NcActionCheckbox from '@nextcloud/vue/dist/Components/NcActionCheckbox.js'
import NcModal from '@nextcloud/vue/dist/Components/NcModal'
import NcButton from '@nextcloud/vue/dist/Components/NcButton'
import NcModal from '@nextcloud/vue/dist/Components/NcModal.js'
import NcButton from '@nextcloud/vue/dist/Components/NcButton.js'
import { showError } from '@nextcloud/dialogs'

import IconAlertCircleOutline from 'vue-material-design-icons/AlertCircleOutline.vue'
Expand Down

0 comments on commit b841968

Please sign in to comment.