cleanup unused imports

This commit is contained in:
Henry Jameson 2026-06-25 13:46:27 +03:00
commit 893ab9d73b
60 changed files with 15 additions and 101 deletions

View file

@ -1,14 +1,11 @@
// eslint-disable-next-line no-unused
import { mapState } from 'pinia'
import { Fragment, h } from 'vue'
import { Fragment } from 'vue'
import { FontAwesomeIcon as FAIcon } from '@fortawesome/vue-fontawesome'
import './tab_switcher.scss'
import { useInterfaceStore } from 'src/stores/interface.js'
const findFirstUsable = (slots) => slots.findIndex((_) => _.props)
export default {