I'm implementing a navigation in React Js with React Router version 6, when I use the composent it doesn't work, I get a blank page. THANKS
My Header
Component:
My App
component:
This is beacuse you are using components that is not inmported like
And also you have to put BrowserRouter component at the very top level