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

7 lines
191 B
JavaScript
Raw Normal View History

2022-04-22 06:05:56 +03:00
import { state } from './state'
import { actions } from './actions'
import { getters } from './getters'
import { mutations } from './mutations'
export { actions, mutations, getters, state }