-1

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:

enter image description here

My App component:

enter image description here

Drew Reese
  • 165,259
  • 14
  • 153
  • 181
levi
  • 3
  • 3

1 Answers1

-1

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

alieldeba
  • 46
  • 5