Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
amitroy-thedev authored Nov 9, 2023
1 parent 7c0817b commit 4f718b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function App() {
<Route path="favourite" element={<Favourite />}/>
<Route path="account" element={<Account />}/>
</Route>
<Route path="*" element={"Not Found"} />

</Routes>
);
}

0 comments on commit 4f718b0

Please sign in to comment.