refactor: add DeprecationNotice component and update import path in DetailHeader

pull/22706/head
twwu 10 months ago
parent 1c032939c1
commit 14565e326c

@ -39,7 +39,7 @@ import { getMarketplaceUrl } from '@/utils/var'
import { PluginAuth } from '@/app/components/plugins/plugin-auth' import { PluginAuth } from '@/app/components/plugins/plugin-auth'
import { AuthCategory } from '@/app/components/plugins/plugin-auth' import { AuthCategory } from '@/app/components/plugins/plugin-auth'
import { useAllToolProviders } from '@/service/use-tools' import { useAllToolProviders } from '@/service/use-tools'
import DeprecationNotice from './deprecation-notice' import DeprecationNotice from '../base/deprecation-notice'
const i18nPrefix = 'plugin.action' const i18nPrefix = 'plugin.action'

Loading…
Cancel
Save