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

@ -1,7 +1,7 @@
import { useCallback } from 'react'
import { useStoreApi } from 'reactflow'
import type { Edge, Node } from '../types'
import { collaborationManager } from '../collaboration/manage'
import { collaborationManager } from '../collaboration/core/collaboration-manager'
export const useCollaborativeWorkflow = () => {
const store = useStoreApi()