update
parent
5a1c0cfffb
commit
8c78b93e6e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue