Skip to content

Commit 951bffa

Browse files
committed
🐛 fix: rename
1 parent b586739 commit 951bffa

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/app/settings/llm/components/ProviderModelList/CustomModelOption.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ActionIcon, Icon } from '@lobehub/ui';
1+
import { ActionIcon, Icon } from '@bentwnghk/ui';
22
import { App, Typography } from 'antd';
33
import isEqual from 'fast-deep-equal';
44
import { LucideArrowRight, LucideSettings, LucideTrash2 } from 'lucide-react';

src/app/settings/llm/components/ProviderModelList/ModelConfigModal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Modal } from '@lobehub/ui';
1+
import { Modal } from '@bentwnghk/ui';
22
import { Checkbox, Form, Input } from 'antd';
33
import isEqual from 'fast-deep-equal';
44
import { memo } from 'react';

src/app/settings/llm/components/ProviderModelList/ModelFetcher.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Icon, Tooltip } from '@lobehub/ui';
1+
import { Icon, Tooltip } from '@bentwnghk/ui';
22
import { Typography } from 'antd';
33
import { createStyles } from 'antd-style';
44
import dayjs from 'dayjs';

src/app/settings/llm/components/ProviderModelList/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ActionIcon } from '@lobehub/ui';
1+
import { ActionIcon } from '@bentwnghk/ui';
22
import { Select } from 'antd';
33
import { css, cx } from 'antd-style';
44
import isEqual from 'fast-deep-equal';

src/features/Conversation/Error/APIKeyForm/ProviderApiKeyForm.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Icon } from '@lobehub/ui';
1+
import { Icon } from '@bentwnghk/ui';
22
import { Button, Input } from 'antd';
33
import { Network } from 'lucide-react';
44
import { ReactNode, memo, useState } from 'react';

src/features/ModelSwitchPanel/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Icon } from '@lobehub/ui';
1+
import { Icon } from '@bentwnghk/ui';
22
import { Dropdown } from 'antd';
33
import { createStyles } from 'antd-style';
44
import isEqual from 'fast-deep-equal';

0 commit comments

Comments
 (0)