We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f567b7b commit 1d32c46Copy full SHA for 1d32c46
contributors.yml
@@ -154,3 +154,4 @@
154
- xavier-lc
155
- xcsnowcity
156
- yuleicul
157
+- WalkAlone0325
docs/start/tutorial.md
@@ -67,13 +67,12 @@ The `main.jsx` file is the entry point. Open it up and we'll put React Router on
67
68
👉 **Create and render a [browser router][createbrowserrouter] in `main.jsx`**
69
70
-```jsx lines=[3-7,10-15,19] filename=src/main.jsx
+```jsx lines=[3-6,9-14,18] filename=src/main.jsx
71
import React from "react";
72
import ReactDOM from "react-dom/client";
73
import {
74
createBrowserRouter,
75
RouterProvider,
76
- Route,
77
} from "react-router-dom";
78
import "./index.css";
79
0 commit comments