From 8c78b93e6e14e282c382b2b2f8da034c9364ddb3 Mon Sep 17 00:00:00 2001 From: icechen Date: Thu, 24 Feb 2022 03:51:45 +0800 Subject: [PATCH] update --- src/component/signin/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/component/signin/index.tsx b/src/component/signin/index.tsx index 5efc01e..0971150 100644 --- a/src/component/signin/index.tsx +++ b/src/component/signin/index.tsx @@ -11,7 +11,7 @@ import Telegram, { uploadBigFile, } from "../../telegram/telegram"; -function Signin() { +function SignIn() { let [phone, setPhone] = useState(""); let [code, setCode] = useState(""); let [phoneCodeHash, setPhoneCodeHash] = useState(""); @@ -181,4 +181,4 @@ function Signin() { ); } -export default Signin; +export default SignIn;