Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Dec 18, 2024
1 parent 0726c14 commit 752bfff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/InitProgress/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 { Progress, Typography } from 'antd';
import { useTheme } from 'antd-style';
import { Loader2 } from 'lucide-react';
Expand Down
2 changes: 1 addition & 1 deletion src/features/MobileSwitchLoading/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 { Loader2 } from 'lucide-react';
import { DynamicOptions } from 'next/dist/shared/lib/dynamic';
import { memo } from 'react';
Expand Down

0 comments on commit 752bfff

Please sign in to comment.