mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
7 lines
178 B
JavaScript
7 lines
178 B
JavaScript
|
import Component from '@glimmer/component';
|
||
|
import {inject as service} from '@ember/service';
|
||
|
|
||
|
export default class GhBrowserPreview extends Component {
|
||
|
@service settings;
|
||
|
}
|