Skip to content

Commit bafa17f

Browse files
willemarcelGilberto Olivas
authored andcommitted
Improve picking-a-router.md code snippet (remix-run#9507)
1 parent 8f4043b commit bafa17f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
- vijaypushkin
137137
- vikingviolinist
138138
- vishwast03
139+
- willemarcel
139140
- williamsdyyz
140141
- xavier-lc
141142
- xcsnowcity

docs/routers/picking-a-router.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ The easiest way to quickly update to a v6.4 is to get the help from [`createRout
3131
```jsx
3232
import {
3333
createBrowserRouter,
34+
createRoutesFromElements,
35+
Route,
3436
RouterProvider,
3537
} from "react-router-dom";
3638

0 commit comments

Comments
 (0)