Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Jan 8, 2025
1 parent 8cc0a88 commit 3b19c36
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app/(main)/@nav/_layout/Mobile.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';

import { Icon } from '@lobehub/ui';
import { Icon } from '@bentwnghk/ui';
import { MobileTabBar, type MobileTabBarProps } from '@bentwnghk/ui/mobile';
import { createStyles } from 'antd-style';
import { Compass, MessageSquare, User } from 'lucide-react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { IconType } from '@lobehub/icons';
import type { IconType } from '@bentwnghk/icons';
import { createStyles } from 'antd-style';
import { forwardRef, memo } from 'react';
import { Trans } from 'react-i18next';
Expand Down
2 changes: 1 addition & 1 deletion src/components/BubblesLoading/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { IconType } from '@lobehub/icons';
import type { IconType } from '@bentwnghk/icons';
import { css, cx, useTheme } from 'antd-style';
import { forwardRef, memo } from 'react';
import { Center } from 'react-layout-kit';
Expand Down
2 changes: 1 addition & 1 deletion src/components/StopLoading.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { IconType } from '@lobehub/icons';
import type { IconType } from '@bentwnghk/icons';
import { cx, useTheme } from 'antd-style';
import { forwardRef } from 'react';

Expand Down
2 changes: 1 addition & 1 deletion src/features/InitClientDB/PGliteIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';

import type { IconType } from '@lobehub/icons';
import type { IconType } from '@bentwnghk/icons';
import { forwardRef } from 'react';

const PGliteIcon: IconType = forwardRef(({ size = '1em', style, ...rest }, ref) => {
Expand Down

0 comments on commit 3b19c36

Please sign in to comment.