1
0
Fork 0
traefik/webui/src/store/entrypoints/index.js
2019-08-26 18:15:41 +02:00

12 lines
226 B
JavaScript

import state from './state'
import * as getters from './getters'
import * as mutations from './mutations'
import * as actions from './actions'
export default {
namespaced: true,
getters,
mutations,
actions,
state
}