From 5680bd70b55ccac1bbdefb1ad873e8b379eacafd Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 24 Jan 2024 20:08:17 +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 --- .../chat/features/SessionListContent/CollapseGroup/Actions.tsx | 2 +- .../SessionListContent/Modals/ConfigGroupModal/GroupItem.tsx | 2 +- .../SessionListContent/Modals/ConfigGroupModal/index.tsx | 2 +- .../features/SessionListContent/Modals/CreateGroupModal.tsx | 2 +- .../features/SessionListContent/Modals/RenameGroupModal.tsx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/chat/features/SessionListContent/CollapseGroup/Actions.tsx b/src/app/chat/features/SessionListContent/CollapseGroup/Actions.tsx index fc5c8a029d38..4b6a6cf5a133 100644 --- a/src/app/chat/features/SessionListContent/CollapseGroup/Actions.tsx +++ b/src/app/chat/features/SessionListContent/CollapseGroup/Actions.tsx @@ -1,4 +1,4 @@ -import { ActionIcon, Icon } from '@lobehub/ui'; +import { ActionIcon, Icon } from '@bentwnghk/ui'; import { App, Dropdown, DropdownProps, MenuProps } from 'antd'; import { createStyles } from 'antd-style'; import { MoreVertical, PencilLine, Settings2, Trash } from 'lucide-react'; diff --git a/src/app/chat/features/SessionListContent/Modals/ConfigGroupModal/GroupItem.tsx b/src/app/chat/features/SessionListContent/Modals/ConfigGroupModal/GroupItem.tsx index 488b969b6610..16d34339f2f9 100644 --- a/src/app/chat/features/SessionListContent/Modals/ConfigGroupModal/GroupItem.tsx +++ b/src/app/chat/features/SessionListContent/Modals/ConfigGroupModal/GroupItem.tsx @@ -1,4 +1,4 @@ -import { ActionIcon, EditableText, SortableList } from '@lobehub/ui'; +import { ActionIcon, EditableText, SortableList } from '@bentwnghk/ui'; import { App, Popconfirm } from 'antd'; import { createStyles } from 'antd-style'; import { PencilLine, Trash } from 'lucide-react'; diff --git a/src/app/chat/features/SessionListContent/Modals/ConfigGroupModal/index.tsx b/src/app/chat/features/SessionListContent/Modals/ConfigGroupModal/index.tsx index b3bfdee0dad6..8973cc322ed4 100644 --- a/src/app/chat/features/SessionListContent/Modals/ConfigGroupModal/index.tsx +++ b/src/app/chat/features/SessionListContent/Modals/ConfigGroupModal/index.tsx @@ -1,4 +1,4 @@ -import { Icon, Modal, type ModalProps, SortableList } from '@lobehub/ui'; +import { Icon, Modal, type ModalProps, SortableList } from '@bentwnghk/ui'; import { Button } from 'antd'; import { createStyles } from 'antd-style'; import isEqual from 'fast-deep-equal'; diff --git a/src/app/chat/features/SessionListContent/Modals/CreateGroupModal.tsx b/src/app/chat/features/SessionListContent/Modals/CreateGroupModal.tsx index c1445e4de102..8f6d24e1da4d 100644 --- a/src/app/chat/features/SessionListContent/Modals/CreateGroupModal.tsx +++ b/src/app/chat/features/SessionListContent/Modals/CreateGroupModal.tsx @@ -1,4 +1,4 @@ -import { Input, Modal, type ModalProps } from '@lobehub/ui'; +import { Input, Modal, type ModalProps } from '@bentwnghk/ui'; import { App } from 'antd'; import { MouseEvent, memo, useState } from 'react'; import { useTranslation } from 'react-i18next'; diff --git a/src/app/chat/features/SessionListContent/Modals/RenameGroupModal.tsx b/src/app/chat/features/SessionListContent/Modals/RenameGroupModal.tsx index d41f9a3468de..970a439bc220 100644 --- a/src/app/chat/features/SessionListContent/Modals/RenameGroupModal.tsx +++ b/src/app/chat/features/SessionListContent/Modals/RenameGroupModal.tsx @@ -1,4 +1,4 @@ -import { Input, Modal, type ModalProps } from '@lobehub/ui'; +import { Input, Modal, type ModalProps } from '@bentwnghk/ui'; import { App } from 'antd'; import isEqual from 'fast-deep-equal'; import { memo, useState } from 'react';