Type User moved.
This commit is contained in:
parent
b935329115
commit
70837ca6f4
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@ import Timeline from 'primevue/timeline'
|
||||||
|
|
||||||
import Sticker from '@/components/Sticker.vue'
|
import Sticker from '@/components/Sticker.vue'
|
||||||
import { useSessionStore } from '@/stores/sessionStore'
|
import { useSessionStore } from '@/stores/sessionStore'
|
||||||
import { type User, useUserStore } from '@/stores/userStore'
|
import { type User } from '@/stores/sessionStore'
|
||||||
|
import { useUserStore } from '@/stores/userStore'
|
||||||
import { useStickersStore } from '@/stores/stickersStore'
|
import { useStickersStore } from '@/stores/stickersStore'
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue