Skip to content

Commit

Permalink
🐛 fix: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Mar 29, 2024
1 parent 1d6d7d8 commit 9c129c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/market/_layout/Desktop/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';

import { GridBackground } from '@lobehub/ui';
import { GridBackground } from '@bentwnghk/ui';
import { createStyles } from 'antd-style';
import dynamic from 'next/dynamic';
import { PropsWithChildren, memo } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion src/app/market/_layout/Mobile/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';

import { Logo, MobileNavBar } from '@lobehub/ui';
import { Logo, MobileNavBar } from '@bentwnghk/ui';
import { memo } from 'react';

import { mobileHeaderSticky } from '@/styles/mobileHeader';
Expand Down
2 changes: 1 addition & 1 deletion src/app/welcome/_layout/Desktop.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';

import { Logo } from '@lobehub/ui';
import { Logo } from '@bentwnghk/ui';
import { PropsWithChildren, memo } from 'react';
import { Center, Flexbox } from 'react-layout-kit';

Expand Down

0 comments on commit 9c129c1

Please sign in to comment.