Css – React App not rendering anything after '/'
I created an app using create-react-app and I have nested routes in my App.js. The Public component displays but nothing else does , such as /login or /home. I added the /login just to test out a simple page, because…