Javascript – I am Unable to Navigate to the Home Page Even after successful login
Below are the codes for simple login, but even after successful login the navigation is not working. I am unable to resolve this login.js import './Login.css' import { Link, useNavigate } from 'react-router-dom'; import { useState } from 'react'; import…