mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-07-01 16:49:22 +00:00
9 lines
132 B
JavaScript
9 lines
132 B
JavaScript
// Utilities
|
|
import { defineStore } from 'pinia'
|
|
|
|
export const useAppStore = defineStore('app', {
|
|
state: () => ({
|
|
//
|
|
}),
|
|
})
|