Skip to content

Commit

Permalink
docs: add Route import in createRoutesFromElements docs (#11665)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnishanth committed Jun 17, 2024
1 parent 5d66dbd commit d7356d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
- hongji00
- hsbtr
- hyesungoh
- iamnishanth
- ianflynnwork
- IbraRouisDev
- igniscyan
Expand Down
1 change: 1 addition & 0 deletions docs/utils/create-routes-from-elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
createBrowserRouter,
createRoutesFromElements,
RouterProvider,
Route,
} from "react-router-dom";

// You can do this:
Expand Down

0 comments on commit d7356d2

Please sign in to comment.