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