Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
caro3801 committed Oct 2, 2024
1 parent 4647baa commit 1408fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/composables/core.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { getCurrentInstance, ref } from 'vue'
import uniqueId from 'lodash/uniqueId'
import { getCurrentInstance } from 'vue'

export function useCore() {
// `getCurrentInstance` is a Vue Composition API function that gives us access to the current component instance.
Expand Down
2 changes: 1 addition & 1 deletion src/views/Settings/SettingsViewExtensions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* A list of extensions for the frontend.
*/
import { computed, onBeforeMount, ref, watch } from 'vue'
import { computed, onBeforeMount, ref } from 'vue'
import { uniqueId } from 'lodash'
import { useI18n } from 'vue-i18n'
import Fuse from 'fuse.js'
Expand Down

0 comments on commit 1408fc7

Please sign in to comment.