topfans/frontend/utils/socket/index.js

4 lines
377 B
JavaScript

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