Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Nov 27, 2024
1 parent a445e1c commit d96c524
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
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 { createStyles } from 'antd-style';
import dayjs from 'dayjs';
import { ChevronRight } from 'lucide-react';
Expand Down
2 changes: 1 addition & 1 deletion src/app/(main)/chat/(workspace)/@portal/_layout/Mobile.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';

import { Modal } from '@lobehub/ui';
import { Modal } from '@bentwnghk/ui';
import { createStyles } from 'antd-style';
import { PropsWithChildren } from 'react';
import { useTranslation } from 'react-i18next';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ActionIcon, EditableText, Icon } from '@lobehub/ui';
import { ActionIcon, EditableText, Icon } from '@bentwnghk/ui';
import { App, Dropdown, type MenuProps, Typography } from 'antd';
import { createStyles } from 'antd-style';
import { MoreVertical, PencilLine, Trash } from 'lucide-react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Icon, Tag } from '@lobehub/ui';
import { Icon, Tag } from '@bentwnghk/ui';
import { Divider } from 'antd';
import { GitBranch } from 'lucide-react';
import { memo } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion src/features/Portal/Thread/Chat/ChatInput/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';

import { Alert } from '@lobehub/ui';
import { Alert } from '@bentwnghk/ui';
import Link from 'next/link';
import { memo } from 'react';

Expand Down
2 changes: 1 addition & 1 deletion src/features/Portal/Thread/Chat/ThreadDivider/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Icon, Tag } from '@lobehub/ui';
import { Icon, Tag } from '@bentwnghk/ui';
import { Divider } from 'antd';
import { GitBranch } from 'lucide-react';
import { memo } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion src/features/Portal/Thread/Header/Active.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 { Typography } from 'antd';
import isEqual from 'fast-deep-equal';
import { ListTree } from 'lucide-react';
Expand Down
2 changes: 1 addition & 1 deletion src/features/Portal/Thread/Header/New.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 { Checkbox, Typography } from 'antd';
import { GitBranch } from 'lucide-react';
import { Flexbox } from 'react-layout-kit';
Expand Down
2 changes: 1 addition & 1 deletion src/features/Portal/Thread/Header/index.tsx
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 { XIcon } from 'lucide-react';

import SidebarHeader from '@/components/SidebarHeader';
Expand Down

0 comments on commit d96c524

Please sign in to comment.