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

@ -14,7 +14,7 @@ import {
faChevronLeft
} from '@fortawesome/free-solid-svg-icons'
import { buildFakeMessage } from '../../services/chat_utils/chat_utils.js'
import { useInterfaceStore } from '../../stores/interface.js'
import { useInterfaceStore } from 'src/stores/interface.js'
library.add(
faChevronDown,