From f5e3e330a9f7dfea812c3e797f47acebb981cdba Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 29 Oct 2024 21:18:24 +0800 Subject: [PATCH] Rename --- src/components/Error/fetchErrorNotification.tsx | 2 +- src/components/Error/loginRequiredNotification.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Error/fetchErrorNotification.tsx b/src/components/Error/fetchErrorNotification.tsx index 95919108f148..e567c41f18e8 100644 --- a/src/components/Error/fetchErrorNotification.tsx +++ b/src/components/Error/fetchErrorNotification.tsx @@ -1,4 +1,4 @@ -import { FluentEmoji } from '@lobehub/ui'; +import { FluentEmoji } from '@bentwnghk/ui'; import { t } from 'i18next'; import { notification } from '@/components/AntdStaticMethods'; diff --git a/src/components/Error/loginRequiredNotification.tsx b/src/components/Error/loginRequiredNotification.tsx index 305cd63c70c1..8204ffd88e1f 100644 --- a/src/components/Error/loginRequiredNotification.tsx +++ b/src/components/Error/loginRequiredNotification.tsx @@ -1,4 +1,4 @@ -import { FluentEmoji } from '@lobehub/ui'; +import { FluentEmoji } from '@bentwnghk/ui'; import { t } from 'i18next'; import { notification } from '@/components/AntdStaticMethods';