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>
7 lines
190 B
JavaScript
7 lines
190 B
JavaScript
import Controller from '@ember/controller';
|
|
import {inject as service} from '@ember/service';
|
|
|
|
export default class ActivitypubXController extends Controller {
|
|
@service upgradeStatus;
|
|
}
|