Using react-router-dom hooks
I want to use react-router-dom hooks but I get:
It looks like the application is not wrapped in
useLocation() may be used only in the context of a <Router> component.It looks like the application is not wrapped in
<BrowserRouter/>