feat: move attachments store to stores

This commit is contained in:
Dominik Pschenitschni 2022-09-02 11:17:21 +02:00
parent 6e5501a5f1
commit a892522b72
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@ import config from './modules/config'
import auth from './modules/auth'
import kanban from './modules/kanban'
import tasks from './modules/tasks'
import attachments from './modules/attachments'
import ListModel from '@/models/list'
@ -40,7 +39,6 @@ export const store = createStore<RootStoreState>({
auth,
kanban,
tasks,
attachments,
},
state: () => ({
loading: false,