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 15b2cf7 commit e610a24Copy full SHA for e610a24
docs/getting-started/tutorial.md
@@ -67,10 +67,9 @@ The `main.jsx` file is the entry point. Open it up and we'll put React Router on
67
68
👉 **Add [`DataBrowserRouter`][databrowserrouter] and a [`Route`][route] to `main.jsx`**
69
70
-```jsx lines=[4, 9-11] bad lines=[3] filename=src/main.jsx
+```jsx lines=[3,8-10] filename=src/main.jsx
71
import React from "react";
72
import ReactDOM from "react-dom/client";
73
-import App from "./App";
74
import { DataBrowserRouter, Route } from "react-router-dom";
75
import "./index.css";
76
0 commit comments