import {defineStore} from "pinia"; export const useUserStore = defineStore({ id: 'app-user', state: () => { } })