Skip to content

Commit

Permalink
fix slash
Browse files Browse the repository at this point in the history
  • Loading branch information
Baguirre03 committed Oct 24, 2023
1 parent f8ac27b commit 1ae873f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/the_react_ecosystem/react_router.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const router = createBrowserRouter([
element: <App />,
},
{
path: "/profile",
path: "profile",
element: <Profile />,
},
]);
Expand Down

0 comments on commit 1ae873f

Please sign in to comment.