mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-16 00:27:49 +02:00
Clean useless stuff
This commit is contained in:
16
resources/js_vue3/stores/data.js
vendored
16
resources/js_vue3/stores/data.js
vendored
@ -1,16 +0,0 @@
|
||||
import { defineStore } from 'pinia'
|
||||
|
||||
export const useDataStore = defineStore({
|
||||
id: 'data',
|
||||
|
||||
state: () => {
|
||||
return {
|
||||
twofaccounts: [],
|
||||
groups: [],
|
||||
}
|
||||
},
|
||||
|
||||
actions: {
|
||||
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user