Skip to content

Commit edf6dca

Browse files
authored
Add missing Route import to docs
1 parent f397ad7 commit edf6dca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/start/tutorial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1911,6 +1911,7 @@ And for our final trick, many folks prefer to configure their routes with JSX. Y
19111911
import {
19121912
createRoutesFromElements,
19131913
createBrowserRouter,
1914+
Route,
19141915
} from "react-router-dom";
19151916

19161917
const router = createBrowserRouter(

0 commit comments

Comments
 (0)