feat: solution for 'сырой текст задания → плоская карточка'
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { Link } from 'react-router-dom';
|
||||
|
||||
function Register() {
|
||||
return (
|
||||
<div style={{ padding: '20px' }}>
|
||||
<h2>Register</h2>
|
||||
<p>This is a placeholder page for user registration.</p>
|
||||
<Link to="/login">Back to Login</Link>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default Register;
|
||||
Reference in New Issue
Block a user