Fix: new upgrade page (#12417)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import type { FC } from 'react'
|
||||
import type { FC, ReactNode } from 'react'
|
||||
import { useEffect, useState } from 'react'
|
||||
import cn from '@/utils/classnames'
|
||||
import Badge, { BadgeState } from '@/app/components/base/badge/index'
|
||||
import { useInstalledPluginList } from '@/service/use-plugins'
|
||||
type Option = {
|
||||
value: string
|
||||
text: string
|
||||
text: ReactNode
|
||||
}
|
||||
|
||||
type TabSliderProps = {
|
||||
|
Reference in New Issue
Block a user