Skip to content

Commit

Permalink
🐛 fix: fix rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Mar 2, 2024
1 parent 749ef2f commit 6766cdb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const nextConfig = {
'@emoji-mart/react',
'@emoji-mart/data',
'@icons-pack/react-simple-icons',
'@lobehub/ui',
'@bentwnghk/ui',
'gpt-tokenizer',
'chroma-js',
],
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 { PanelRightClose, PanelRightOpen } from 'lucide-react';
import { memo } from 'react';
import { useTranslation } from 'react-i18next';
Expand Down
2 changes: 1 addition & 1 deletion src/app/chat/(desktop)/features/ChatHeader/Main.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Avatar, ChatHeaderTitle } from '@lobehub/ui';
import { Avatar, ChatHeaderTitle } from '@bentwnghk/ui';
import { Skeleton } from 'antd';
import { useRouter } from 'next/navigation';
import { memo } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion src/app/chat/(desktop)/features/ChatHeader/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ChatHeader } from '@lobehub/ui';
import { ChatHeader } from '@bentwnghk/ui';
import { memo } from 'react';

import HeaderAction from './HeaderAction';
Expand Down

0 comments on commit 6766cdb

Please sign in to comment.