always include .js for stores

This commit is contained in:
Henry Jameson 2026-01-29 20:44:55 +02:00
commit d028a86013
52 changed files with 59 additions and 59 deletions

View file

@ -3,7 +3,7 @@ import { mapState } from 'pinia'
import DialogModal from '../dialog_modal/dialog_modal.vue'
import Popover from '../popover/popover.vue'
import { useListsStore } from 'src/stores/lists'
import { useListsStore } from 'src/stores/lists.js'
import { library } from '@fortawesome/fontawesome-svg-core'
import { faChevronRight } from '@fortawesome/free-solid-svg-icons'