This commit is contained in:
parent
9063270608
commit
5f65a8dda3
|
|
@ -61,8 +61,6 @@ export default function SetupPage() {
|
||||||
const getLocalizedPath = (subPath: string) =>
|
const getLocalizedPath = (subPath: string) =>
|
||||||
locale === defaultLocale ? `/${subPath}` : `/${locale}/${subPath}`
|
locale === defaultLocale ? `/${subPath}` : `/${locale}/${subPath}`
|
||||||
|
|
||||||
const { t } = useTranslation()
|
|
||||||
|
|
||||||
const [loading, setLoading] = useState(true)
|
const [loading, setLoading] = useState(true)
|
||||||
|
|
||||||
const [currentStep, setCurrentStep] = useState(1)
|
const [currentStep, setCurrentStep] = useState(1)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue