diff --git a/web/app/components/plugins/plugin-detail-panel/deprecation-notice.tsx b/web/app/components/plugins/base/deprecation-notice.tsx similarity index 100% rename from web/app/components/plugins/plugin-detail-panel/deprecation-notice.tsx rename to web/app/components/plugins/base/deprecation-notice.tsx diff --git a/web/app/components/plugins/plugin-detail-panel/detail-header.tsx b/web/app/components/plugins/plugin-detail-panel/detail-header.tsx index 3dccf6b19b..4722cccbe9 100644 --- a/web/app/components/plugins/plugin-detail-panel/detail-header.tsx +++ b/web/app/components/plugins/plugin-detail-panel/detail-header.tsx @@ -39,7 +39,7 @@ import { getMarketplaceUrl } from '@/utils/var' import { PluginAuth } from '@/app/components/plugins/plugin-auth' import { AuthCategory } from '@/app/components/plugins/plugin-auth' import { useAllToolProviders } from '@/service/use-tools' -import DeprecationNotice from './deprecation-notice' +import DeprecationNotice from '../base/deprecation-notice' const i18nPrefix = 'plugin.action'