Fix new Frontend 9
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user