import { observable, action, runInAction } from 'mobx'; const moDial = observable({}); export default moDial;