mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
chore(web): migrate lodash-es to es-toolkit compat (#30126)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import type { GlobalVariable } from '@/app/components/workflow/types'
|
||||
import { capitalize } from 'lodash-es'
|
||||
import { capitalize } from 'es-toolkit/compat'
|
||||
import { memo } from 'react'
|
||||
|
||||
import { GlobalVariable as GlobalVariableIcon } from '@/app/components/base/icons/src/vender/line/others'
|
||||
|
||||
Reference in New Issue
Block a user