79569724

Date: 2025-04-11 21:25:05
Score: 1
Natty:
Report link

Route paths are case sensitive: Try updating the following line in your code from

<Route path = "/Home" Component={Home} />

to

<Route path = "/home" Component={Home} />

Remaining everything is same.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Omprakash S