mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 01:42:29 +03:00
7a3bbfde10
ref MOM61 - Adds admin-x react app we’ll use as ActivityPub playground to the sidebar nav behind the feature flag. - Wired up routing to Ember - Setup the project as `admin-x-activitypub` --------- Co-authored-by: Ronald Langeveld <hi@ronaldlangeveld.com>
9 lines
256 B
JavaScript
9 lines
256 B
JavaScript
import AdminXComponent from './admin-x-component';
|
|
import {inject as service} from '@ember/service';
|
|
|
|
export default class AdminXActivityPub extends AdminXComponent {
|
|
@service upgradeStatus;
|
|
|
|
static packageName = '@tryghost/admin-x-activitypub';
|
|
}
|