topfans/frontend/utils/socket/index.js
2026-05-28 12:00:19 +08:00

3 lines
276 B
JavaScript

export { default as SocketManager } from './SocketManager'
export { default as AiChatSocket, getAiChatSocket, closeAiChatSocket, isAiChatClosing, resetAiChatClosing } from './AiChatSocket'
export { default as GlobalSocketManager, getGlobalSocket } from './GlobalSocketManager'