/*
* user.ts
* Copyright (C) 2024 veypi <i@veypi.com>
* 2024-06-06 20:17
* Distributed under terms of the MIT license.
*/
export const useUserStore = defineStore('user', {
state: () => ({
}),
getters: {
},
actions: {
});