harakeke-2019 / EDAMAME

EDAMAME: Enspiral Dev Academy Management of Assessment Modules Emily
1 stars 3 forks source link

added signin styles #130

Closed grantis closed 2 years ago

grantis commented 5 years ago

Added Material UI core for signin Styles, Was required to update the Router in App to render the component properly.

grantis commented 5 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.

emilyparkes commented 5 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.

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.