fix: enhance React imports in LLM panel component #16282 (#16283)

This commit is contained in:
GuanMu
2025-03-20 10:55:37 +08:00
committed by GitHub
parent 79118f51c2
commit c1f3d968bf

View File

@@ -1,5 +1,5 @@
import type { FC } from 'react'
import React from 'react'
import React, { useCallback } from 'react'
import { useTranslation } from 'react-i18next'
import MemoryConfig from '../_base/components/memory-config'
import VarReferencePicker from '../_base/components/variable/var-reference-picker'