refactor all the frontend code

This commit is contained in:
hjlarry
2025-08-07 10:58:53 +08:00
parent 3f3b37b843
commit e43b46786d
21 changed files with 733 additions and 541 deletions

View File

@ -0,0 +1,5 @@
export { collaborationManager } from './core/collaboration-manager'
export { webSocketClient, fetchAppsOnlineUsers } from './core/websocket-manager'
export { CursorService } from './services/cursor-service'
export { useCollaboration } from './hooks/use-collaboration'
export * from './types'