| 7 | import {RoutingProvider} from '@tryghost/admin-x-framework/routing'; |
| 8 | |
| 9 | interface AppProps { |
| 10 | designSystem: DesignSystemAppProps; |
| 11 | upgradeStatus?: UpgradeStatusType; |
| 12 | } |
| 13 | |
| 14 | export function App({designSystem, upgradeStatus}: AppProps) { |
| 15 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…