feat(#9): Nuxt 4 migration
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { defineStore } from 'pinia'
|
||||
import { type CreateCommentDto, type CommentDto, ResponseError } from '~/.api-client'
|
||||
import { type CreateCommentDto, type CommentDto, ResponseError } from '~~/.api-client'
|
||||
import { useCommentApi } from '~/composables/comment/useCommentApi'
|
||||
|
||||
export const useCommentStore = defineStore('Comment', () => {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { Organization } from '~/types/keycloak'
|
||||
import type { Organization } from '~~/types/keycloak'
|
||||
|
||||
export const useUserStore = defineStore('Organization', () => {
|
||||
const { user } = useUserSession()
|
||||
|
||||
Reference in New Issue
Block a user