fix merged main issues

This commit is contained in:
hjlarry
2025-10-04 21:11:59 +08:00
parent 93b2eb3ff6
commit 6ce65de2cd
7 changed files with 13 additions and 19 deletions

View File

@ -8,7 +8,7 @@ import cn from '@/utils/classnames'
import { ControlMode } from '@/app/components/workflow/types'
import { resolveWorkflowComment } from '@/service/workflow-comment'
import { useParams } from 'next/navigation'
import { useFormatTimeFromNow } from '@/app/components/workflow/hooks'
import { useFormatTimeFromNow } from '@/hooks/use-format-time-from-now'
import { useAppContext } from '@/context/app-context'
import { collaborationManager } from '@/app/components/workflow/collaboration'