Skip to content

Commit 1d32c46

Browse files
docs(start/tutorial.md): remove unused import (#9712)
1 parent f567b7b commit 1d32c46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,4 @@
154154
- xavier-lc
155155
- xcsnowcity
156156
- yuleicul
157+
- WalkAlone0325

docs/start/tutorial.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,12 @@ The `main.jsx` file is the entry point. Open it up and we'll put React Router on
6767

6868
👉 **Create and render a [browser router][createbrowserrouter] in `main.jsx`**
6969

70-
```jsx lines=[3-7,10-15,19] filename=src/main.jsx
70+
```jsx lines=[3-6,9-14,18] filename=src/main.jsx
7171
import React from "react";
7272
import ReactDOM from "react-dom/client";
7373
import {
7474
createBrowserRouter,
7575
RouterProvider,
76-
Route,
7776
} from "react-router-dom";
7877
import "./index.css";
7978

0 commit comments

Comments
 (0)