import { App } from '@kevisual/router' import { useContextKey } from '@kevisual/context' export const app = useContextKey('app', () => new App());