Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Oct 29, 2024
1 parent 0ebe22a commit f5e3e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Error/fetchErrorNotification.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { FluentEmoji } from '@lobehub/ui';
import { FluentEmoji } from '@bentwnghk/ui';
import { t } from 'i18next';

import { notification } from '@/components/AntdStaticMethods';
Expand Down
2 changes: 1 addition & 1 deletion src/components/Error/loginRequiredNotification.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { FluentEmoji } from '@lobehub/ui';
import { FluentEmoji } from '@bentwnghk/ui';
import { t } from 'i18next';

import { notification } from '@/components/AntdStaticMethods';
Expand Down

0 comments on commit f5e3e33

Please sign in to comment.