Fix new Frontend 9

This commit is contained in:
Urtzi Alfaro
2025-08-04 13:02:46 +02:00
parent 73c523f193
commit e052a72161
3 changed files with 683 additions and 258 deletions

View File

@@ -30,6 +30,23 @@ export {
useApiHooks,
} from './hooks';
// Export WebSocket functionality
export {
WebSocketManager,
useWebSocket,
useTrainingWebSocket,
useForecastWebSocket,
} from './websocket';
// Export WebSocket types
export type {
WebSocketConfig,
WebSocketMessage,
WebSocketHandlers,
WebSocketStatus,
WebSocketMetrics,
} from './websocket';
// Export types
export * from './types';