Rename module

This commit is contained in:
Jan Bader 2022-01-25 20:58:32 +00:00
parent d6165c6ede
commit 9e3dde8076
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { createStore } from 'vuex' import { createStore } from 'vuex'
import dashboard from './dashboard/index' import dashboard from './modules/dashboard'
import { LOGIN_SUCCESS, LOGOUT, TITLE } from './mutation-types' import { LOGIN_SUCCESS, LOGOUT, TITLE } from './mutation-types'
const store = createStore({ const store = createStore({