UNPKG

minxing-devtools-core

Version:
12 lines (10 loc) 209 B
import * as actions from './actions' import * as getters from './getters' import mutations from './mutations' import state from './state' export default { state, getters, actions, mutations }