feat: move attachments store to stores
This commit is contained in:
parent
2fd9f0ee47
commit
c2ba1b2828
2 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue