classic-ui/modules/account/store/index.js

7 lines
197 B
JavaScript
Raw Normal View History

2022-10-13 16:50:29 +03:00
import { state } from './state'
import { actions } from './actions'
import { getters } from './getters'
import { mutations } from './mutations'
export { actions, mutations, getters, state }