Update web/app/components/app/log/index.tsx

This commit is contained in:
yyh
2025-12-31 13:27:20 +08:00
committed by GitHub
parent 9ff4d2bbf3
commit 453b9ae77b

View File

@@ -3,7 +3,7 @@ import type { FC } from 'react'
import type { App } from '@/types/app'
import { useDebounce } from 'ahooks'
import dayjs from 'dayjs'
import { omit } from 'es-toolkit/compat'
import { omit } from 'es-toolkit/object'
import {
parseAsInteger,
parseAsString,