Remove Hash router component
As said in the react-router-dom documentation, HashRouter
component should be used only if really needed.
I don't think that is the case for this project, so replace it by a simpler BrowserRouter
.
It will remove the '#' character in url, so don't forger to remove other parts of the project where it's (wrongfully) specified.