import { PHONEWIDGET_GETTER } from '../../constants'; export default { [PHONEWIDGET_GETTER](state) { return state; }, };