import { action } from 'mobx'; import { observer } from 'mobx-react'; // re-export for ease of use externally export { action, observer };