import { VERIFY_CONNECTION } from './verify-connection'; const mutations = { verifyConnection: VERIFY_CONNECTION, }; export default mutations;