From c94391e5ce71464373717762b1b3c72f22738644 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 6 Feb 2024 17:52:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20fix=20rename?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/settings/llm/Moonshot/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/settings/llm/Moonshot/index.tsx b/src/app/settings/llm/Moonshot/index.tsx index 830fd2a3bd5a..c9da4b0725df 100644 --- a/src/app/settings/llm/Moonshot/index.tsx +++ b/src/app/settings/llm/Moonshot/index.tsx @@ -1,5 +1,5 @@ import { Moonshot } from '@lobehub/icons'; -import { Form, type ItemGroup } from '@lobehub/ui'; +import { Form, type ItemGroup } from '@bentwnghk/ui'; import { Form as AntForm, Input, Switch } from 'antd'; import { useTheme } from 'antd-style'; import { debounce } from 'lodash-es';