This commit is contained in:
hailin 2025-05-29 22:27:46 +08:00
parent 9063270608
commit 5f65a8dda3
1 changed files with 0 additions and 2 deletions

View File

@ -61,8 +61,6 @@ export default function SetupPage() {
const getLocalizedPath = (subPath: string) =>
locale === defaultLocale ? `/${subPath}` : `/${locale}/${subPath}`
const { t } = useTranslation()
const [loading, setLoading] = useState(true)
const [currentStep, setCurrentStep] = useState(1)