mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-07-13 16:46:58 +00:00
5 lines
98 B
JavaScript
5 lines
98 B
JavaScript
|
import { defineStore } from 'pinia'
|
||
|
|
||
|
export const wgdStore = defineStore('WGDashboardStore', {
|
||
|
|
||
|
})
|