refactor: move websocket and message queue to core/net
Reorganize project structure by relocating chat-websocket and message-queue modules from `src/integrations/` to `src/core/net/` to better reflect their networking purpose and improve code organization.
This commit is contained in:
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
export * from "./browser-detect";
|
export * from "./browser-detect";
|
||||||
export * from "./chat-websocket";
|
export * from "../core/net/chat-websocket";
|
||||||
export * from "./media-recorder";
|
export * from "./media-recorder";
|
||||||
export * from "./message-queue";
|
export * from "../core/net/message-queue";
|
||||||
|
|||||||
Reference in New Issue
Block a user