blob: 3744708dabd5cb70ff972923c6333926e4a493a8 [file] [log] [blame]
import { ActionTree } from 'vuex';
import { State } from './index';
const actions: ActionTree<State, any> = {};
export default actions;