-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels