I am new to React.js. I am using React.js 18.0.0. I am developing simple login application. Here I am facing problem in routing. When I click on forget password the URL alone changes but the view remains same. What have I done wrong.
My browser result:
My index.js:
My App.js:
Below is my Login.js where I have added Link:




