when I set up the project, It was done as the course was indicated, but errors existed again and again. then in the App.js component
I made the following changes : function App() {
return (
<Route path="/" element={} />
<Route path="/About" element={} />
<Route path="/*" element={} />
);
}
export default App. I'm probably wrong or a course update is needed.
when I set up the project, It was done as the course was indicated, but errors existed again and again. then in the App.js component
I made the following changes : function App() {
return (
<Route path="/" element={} />
<Route path="/About" element={} />
<Route path="/*" element={} />
);
}
export default App. I'm probably wrong or a course update is needed.