feat(web): add runnable fleet console foundation
This commit is contained in:
@@ -1 +1,19 @@
|
||||
export {
|
||||
AppShell,
|
||||
resolveRoute,
|
||||
type AppShellProps,
|
||||
type InstanceContext,
|
||||
type InstanceModule,
|
||||
type ResolvedRoute,
|
||||
type RouteKind,
|
||||
} from './app-shell.js';
|
||||
export {
|
||||
FleetPage,
|
||||
canonicalHttpOrigin,
|
||||
type FleetDataSource,
|
||||
type FleetPageProps,
|
||||
type FleetSnapshot,
|
||||
} from './fleet/fleet-page.js';
|
||||
export * from './fleet/fleet-table-view-model.js';
|
||||
|
||||
export const webWorkspaceReady = true;
|
||||
|
||||
Reference in New Issue
Block a user