Skip to content

Commit e610a24

Browse files
authored
Docs/tutorial (#9182)
* docs: add syntax highligting * docs: copypaste error * docs: add error line * docs: add to contributors * fix(): merge conflict * fix: remove bad lines * fix: remove bad lines
1 parent 15b2cf7 commit e610a24

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/getting-started/tutorial.md

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

6868
👉 **Add [`DataBrowserRouter`][databrowserrouter] and a [`Route`][route] to `main.jsx`**
6969

70-
```jsx lines=[4, 9-11] bad lines=[3] filename=src/main.jsx
70+
```jsx lines=[3,8-10] filename=src/main.jsx
7171
import React from "react";
7272
import ReactDOM from "react-dom/client";
73-
import App from "./App";
7473
import { DataBrowserRouter, Route } from "react-router-dom";
7574
import "./index.css";
7675

0 commit comments

Comments
 (0)