mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
7 lines
155 B
JavaScript
7 lines
155 B
JavaScript
|
import Component from '@ember/component';
|
||
|
import {inject as service} from '@ember/service';
|
||
|
|
||
|
export default Component.extend({
|
||
|
whatsNew: service()
|
||
|
});
|