mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-08 12:09:43 +03:00
5966342223
no issue - moves tag name and class into the component template for better visibility - removed unused `isSettingsRoute` computed property
7 lines
180 B
JavaScript
7 lines
180 B
JavaScript
import Component from '@glimmer/component';
|
|
import {inject as service} from '@ember/service';
|
|
|
|
export default class GhNavMenuComponent extends Component {
|
|
@service settings;
|
|
}
|