fix: use export type for isolatedModules
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user