You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (
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.
The text was updated successfully, but these errors were encountered: