11 lines
173 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

function Login() {
return (
<div className=''>
<h1>Войти/залогиниться</h1>
</div>
);
}
export default Login;