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

pull/16290/head
GuanMu 11 months ago committed by GitHub
parent 79118f51c2
commit c1f3d968bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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'

Loading…
Cancel
Save