import { MutationTree } from 'vuex' import { CommonState } from './state' import * as constants from './constants' const mutations: MutationTree< CommonState > = { } export default mutations