fix: fix some typos

This commit is contained in:
yz778
2025-02-02 22:03:01 -08:00
parent e537221524
commit 1b6d4a344a
9 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ import {
} from "antd"
import { useDarkMode } from "~/hooks/useDarkmode"
import { SaveButton } from "~/components/Common/SaveButton"
import { SUPPORTED_LANGUAGES } from "~/utils/supporetd-languages"
import { SUPPORTED_LANGUAGES } from "~/utils/supported-languages"
import { useMessage } from "~/hooks/useMessage"
import { MoonIcon, SunIcon } from "lucide-react"
import { Trans, useTranslation } from "react-i18next"