import themeConfigState from './state' import mutations from './mutations' export default { namespaced: true, state: themeConfigState, mutations }