use absolute paths for stores

This commit is contained in:
Henry Jameson 2025-02-03 13:02:14 +02:00
commit b94d389b7f
52 changed files with 63 additions and 62 deletions

View file

@ -4,7 +4,7 @@ import { mapGetters } from 'vuex'
import { mapState } from 'pinia'
import { library } from '@fortawesome/fontawesome-svg-core'
import { faList, faFolderTree, faBars, faWrench } from '@fortawesome/free-solid-svg-icons'
import { useInterfaceStore } from '../../stores/interface'
import { useInterfaceStore } from 'src/stores/interface'
library.add(
faList,