mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
6 lines
114 B
JavaScript
6 lines
114 B
JavaScript
|
import {helper} from '@ember/component/helper';
|
||
|
|
||
|
export default helper(function noop() {
|
||
|
return () => {};
|
||
|
});
|