Closed grantis closed 2 years ago
I changed the browserRouter to HashRouter to get this working and rendering and I update the app.js file to correctly render the signin component.
I changed the browserRouter to HashRouter to get this working and rendering and I update the app.js file to correctly render the signin component.
This is not how you should fix Browser Router - by replacing it with something else, you should fix it correctly. Luckily it has been done and is on the dev branch now.
Added Material UI core for signin Styles, Was required to update the Router in App to render the component properly.