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