Javascript – When I click the sign-up button it's not going to the sign up component
What I'm aiming for is when I click the sign up button is that it would go to the component SignUp. But unfortunately it's not routing or functioning. App.js: import React from "react"; import "./styles/App.css"; import Homepage from "./pages/homepage"; import…