fix web style

This commit is contained in:
hjlarry
2026-01-17 22:10:10 +08:00
parent 03cc196965
commit 434f7f3bcb
20 changed files with 127 additions and 118 deletions

View File

@ -1,9 +1,9 @@
'use client'
import type { FC } from 'react'
import type { WorkflowCommentList } from '@/service/workflow-comment'
import { memo, useEffect, useMemo } from 'react'
import { UserAvatarList } from '@/app/components/base/user-avatar-list'
import type { WorkflowCommentList } from '@/service/workflow-comment'
import { useFormatTimeFromNow } from '@/hooks/use-format-time-from-now'
import { useStore } from '../store'