fix: use export type for isolatedModules

This commit is contained in:
Apple
2025-11-28 09:16:40 -08:00
parent d367e93d36
commit 4268936269

View File

@@ -6,7 +6,7 @@
import { HomeNode, AgentStatus } from './agents';
// Re-export HomeNode for backward compatibility
export { HomeNode };
export type { HomeNode };
// =============================================================================
// Public Citizen Summary (for /citizens list)