1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2025-12-10 06:43:10 +00:00
2025-11-16 15:14:17 +08:00

9 lines
130 B
JavaScript

// Utilities
import {defineStore} from 'pinia'
export const useAppStore = defineStore('app', {
state: () => ({
//
}),
})