use absolute paths for stores
This commit is contained in:
parent
7d19cc2d53
commit
b94d389b7f
52 changed files with 63 additions and 62 deletions
|
|
@ -4,7 +4,7 @@ import { mapState } from 'pinia'
|
|||
|
||||
import DialogModal from '../dialog_modal/dialog_modal.vue'
|
||||
import Popover from '../popover/popover.vue'
|
||||
import { useListsStore } from '../../stores/lists'
|
||||
import { useListsStore } from 'src/stores/lists'
|
||||
|
||||
library.add(faChevronRight)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue