chore: lint code to remove unused imports and variables (#7033)

This commit is contained in:
DDDDD12138
2024-08-07 13:04:44 +08:00
committed by GitHub
parent 1a302ca957
commit 4c4f6e362f
10 changed files with 3 additions and 21 deletions

View File

@@ -6,13 +6,10 @@ import UpgradeBtn from '../upgrade-btn'
import VectorSpaceInfo from '../usage-info/vector-space-info'
import s from './style.module.css'
import cn from '@/utils/classnames'
import { useProviderContext } from '@/context/provider-context'
import GridMask from '@/app/components/base/grid-mask'
const VectorSpaceFull: FC = () => {
const { t } = useTranslation()
const { plan } = useProviderContext()
const { total } = plan
return (
<GridMask wrapperClassName='border border-gray-200 rounded-xl' canvasClassName='rounded-xl' gradientClassName='rounded-xl'>