mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
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>
5 lines
164 B
TypeScript
5 lines
164 B
TypeScript
import './styles/index.css';
|
|
import App from './App.tsx';
|
|
import renderStandaloneApp from '@tryghost/admin-x-framework/test/render';
|
|
|
|
renderStandaloneApp(App, {});
|