import { MutationTree } from 'vuex'; import { RootState } from './types'; const mutations: MutationTree = { }; export default mutations;