rm assigned but unused (#25639)

This commit is contained in:
Asuka Minato
2025-09-27 11:54:25 +09:00
committed by GitHub
parent 4906eeac18
commit 9a7245e1df
6 changed files with 2 additions and 108 deletions

View File

@@ -5,11 +5,6 @@ import cn from '@/utils/classnames'
import { RiArrowDownSLine, RiCheckLine } from '@remixicon/react'
import { useTranslation } from 'react-i18next'
type Option = {
label: string
value: number
}
type VersionSelectorProps = {
versionLen: number;
value: number;