mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-12-10 06:43:10 +00:00
9 lines
130 B
JavaScript
9 lines
130 B
JavaScript
// Utilities
|
|
import {defineStore} from 'pinia'
|
|
|
|
export const useAppStore = defineStore('app', {
|
|
state: () => ({
|
|
//
|
|
}),
|
|
})
|