import { store } from '../index'; export const updateUserInfo = () => { store.dispatch('updateUserInfo'); }; export const userLogOut = () => { store.dispatch('userLogOut'); };