import {helper} from '@ember/component/helper'; export default helper(function noop() { return () => {}; });