fix: i18n

This commit is contained in:
hamster1963 2024-11-24 20:51:48 +08:00
parent 26871521d8
commit 8812cd1d3f
2 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ import { Moon, Sun } from "lucide-react";
import { Theme } from "@/components/ThemeProvider";
import { useTheme } from "../hooks/use-theme";
import { CheckCircleIcon } from "@heroicons/react/20/solid";
import { useTranslation } from 'react-i18next';
import { useTranslation } from "react-i18next";
export function ModeToggle() {
const { t } = useTranslation();