mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
b4e812db54
- Picked some fixes https://github.com/TryGhost/Ghost/pull/5670/files - Destructured Ember properties - Removed unused imports and fixed unit test errors.
6 lines
90 B
JavaScript
6 lines
90 B
JavaScript
import Service from 'ember-service';
|
|
|
|
export default Service.extend({
|
|
content: ''
|
|
});
|