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

@@ -3,7 +3,7 @@ import { useDarkMode } from "~/hooks/useDarkmode"
import { useMessageOption } from "~/hooks/useMessageOption"
import { PageAssitDatabase } from "@/db"
import { Select, Switch } from "antd"
import { SUPPORTED_LANGUAGES } from "~/utils/supporetd-languages"
import { SUPPORTED_LANGUAGES } from "~/utils/supported-languages"
import { MoonIcon, SunIcon } from "lucide-react"
import { SearchModeSettings } from "./search-mode"
import { useTranslation } from "react-i18next"