Files
RushStatistics/frontend/src/store/app.ts
2024-03-03 17:08:58 -08:00

9 lines
131 B
TypeScript

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