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

@ -1,7 +1,7 @@
import { get } from 'lodash'
import Modal from '../modal/modal.vue'
import Status from '../status/status.vue'
import { useStatusHistoryStore } from '../../stores/statusHistory'
import { useStatusHistoryStore } from 'src/stores/statusHistory'
const StatusHistoryModal = {
components: {