Clean useless stuff

This commit is contained in:
Bubka
2023-10-20 17:21:14 +02:00
parent 4f59545e97
commit e9d9f661ad
3 changed files with 0 additions and 23 deletions

View File

@ -1,16 +0,0 @@
import { defineStore } from 'pinia'
export const useDataStore = defineStore({
id: 'data',
state: () => {
return {
twofaccounts: [],
groups: [],
}
},
actions: {
},
})