Skip to content

Commit

Permalink
fix build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchuang committed Dec 18, 2023
1 parent bdb1c90 commit 03575e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/app/chat/settings/features/HeaderContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,13 @@ export const HeaderContent = memo<{ mobile?: boolean }>(() => {
);

return (
<>
<Dropdown arrow={false} menu={{ items }} trigger={['click']}>
<ActionIcon
icon={HardDriveDownload}
size={HEADER_ICON_SIZE(mobile)}
title={t('export', { ns: 'common' })}
/>
</Dropdown>
</>
);
});

Expand Down
2 changes: 1 addition & 1 deletion src/components/FullscreenLoading/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Icon, Logo } from '@lobehub/ui';
import { Icon } from '@lobehub/ui';
import { Loader2 } from 'lucide-react';
import { memo } from 'react';
import { Center, Flexbox } from 'react-layout-kit';
Expand Down

0 comments on commit 03575e2

Please sign in to comment.