feat: move attachments store to stores

This commit is contained in:
Dominik Pschenitschni 2022-09-02 11:17:21 +02:00 committed by Gitea
parent 2fd9f0ee47
commit c2ba1b2828
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,