fix: Fix lodash module not found issue (#16953)

This commit is contained in:
HuDenghui
2025-04-01 12:16:49 +08:00
committed by GitHub
parent d5b48a0aa3
commit 4b5ec242e7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { get } from 'lodash'
import { get } from 'lodash-es'
import { buildChatItemTree, getThreadMessages } from '../utils'
import type { ChatItemInTree } from '../types'
import branchedTestMessages from './branchedTestMessages.json'