cboard
cboard copied to clipboard
Refactor Login to functional components
- Convert the class component
Login.component.jsto a functional component - Double check the unit test of the
Login.component.test.js.