mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-01 01:16:17 +02:00
* refactor(ui): unify collection page patterns * refactor(agents): redesign agent detail workbench (#5263) * refactor(agents): redesign agent detail workbench * refactor(agents): refine capability and settings surfaces * refactor(agents): rebuild general settings form * refactor(agents): refine overview and settings * refactor(agents): redesign custom args editor * docs(ui): record consistency audit
12 lines
452 B
TypeScript
12 lines
452 B
TypeScript
export { AppSidebar } from "./app-sidebar";
|
|
export {
|
|
CollectionPageHeader,
|
|
CollectionPageHeaderAction,
|
|
CollectionPageState,
|
|
} from "./collection-page";
|
|
export { DashboardGuard } from "./dashboard-guard";
|
|
export { DashboardLayout } from "./dashboard-layout";
|
|
export { useDashboardGuard } from "./use-dashboard-guard";
|
|
export { WorkspaceLoader } from "./workspace-loader";
|
|
export { WorkspacePresencePrefetch } from "./workspace-presence-prefetch";
|