Skip to content

Commit

Permalink
good routes anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
lewypopescu committed Aug 5, 2024
1 parent bad8998 commit add4db1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function App() {
<Route path="/movies/:movieId" element={<MovieDetails />} />
<Route path="/movies/:movieId/cast" element={<Cast />} />
<Route path="/movies/:movieId/reviews" element={<Reviews />} />
<Route path="*" element={<Home />} />
</Routes>
</>
);
Expand Down

0 comments on commit add4db1

Please sign in to comment.