classic-ui/modules/account/store/index.js
2022-10-13 15:50:29 +02:00

7 lines
197 B
JavaScript

import { state } from './state'
import { actions } from './actions'
import { getters } from './getters'
import { mutations } from './mutations'
export { actions, mutations, getters, state }