Skip to content

Commit

Permalink
🐛 fix: fix rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Jan 24, 2024
1 parent 8faa690 commit 5680bd7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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, Dropdown, DropdownProps, MenuProps } from 'antd';
import { createStyles } from 'antd-style';
import { MoreVertical, PencilLine, Settings2, Trash } from 'lucide-react';
Expand Down
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 5680bd7

Please sign in to comment.