Skip to content

Commit

Permalink
🐛 fix: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Apr 10, 2024
1 parent b586739 commit 951bffa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ActionIcon, Icon } from '@lobehub/ui';
import { ActionIcon, Icon } from '@bentwnghk/ui';
import { App, Typography } from 'antd';
import isEqual from 'fast-deep-equal';
import { LucideArrowRight, LucideSettings, LucideTrash2 } from 'lucide-react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Modal } from '@lobehub/ui';
import { Modal } from '@bentwnghk/ui';
import { Checkbox, Form, Input } from 'antd';
import isEqual from 'fast-deep-equal';
import { memo } from 'react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Icon, Tooltip } from '@lobehub/ui';
import { Icon, Tooltip } from '@bentwnghk/ui';
import { Typography } from 'antd';
import { createStyles } from 'antd-style';
import dayjs from 'dayjs';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ActionIcon } from '@lobehub/ui';
import { ActionIcon } from '@bentwnghk/ui';
import { Select } from 'antd';
import { css, cx } from 'antd-style';
import isEqual from 'fast-deep-equal';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Icon } from '@lobehub/ui';
import { Icon } from '@bentwnghk/ui';
import { Button, Input } from 'antd';
import { Network } from 'lucide-react';
import { ReactNode, memo, useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion src/features/ModelSwitchPanel/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Icon } from '@lobehub/ui';
import { Icon } from '@bentwnghk/ui';
import { Dropdown } from 'antd';
import { createStyles } from 'antd-style';
import isEqual from 'fast-deep-equal';
Expand Down

0 comments on commit 951bffa

Please sign in to comment.