This commit is contained in:
hailin 2025-03-15 13:44:36 +08:00
parent 6db3903dee
commit 59c41711e3
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import service from "@/lib/http/service";
import Image from 'next/image'; import Image from 'next/image';
import showImage from '@/components/images/show.png'; import showImage from '@/components/images/show.png';
import { useTranslation } from "react-i18next"; import { useTranslation } from "react-i18next";
import md5 from "md5";
export function MixSignUp(props: { export function MixSignUp(props: {
setError: (e: string | null) => void; setError: (e: string | null) => void;