use absolute paths for stores
This commit is contained in:
parent
7d19cc2d53
commit
b94d389b7f
52 changed files with 63 additions and 62 deletions
|
|
@ -21,9 +21,9 @@ import {
|
|||
faList,
|
||||
faFilePen
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
import { useShoutStore } from '../../stores/shout'
|
||||
import { useInterfaceStore } from '../../stores/interface'
|
||||
import { useAnnouncementsStore } from '../../stores/announcements'
|
||||
import { useShoutStore } from 'src/stores/shout'
|
||||
import { useInterfaceStore } from 'src/stores/interface'
|
||||
import { useAnnouncementsStore } from 'src/stores/announcements'
|
||||
|
||||
library.add(
|
||||
faSignInAlt,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue