use absolute paths for stores
This commit is contained in:
parent
7d19cc2d53
commit
b94d389b7f
52 changed files with 63 additions and 62 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue