Skip to content

Commit 15b2cf7

Browse files
committed
chore: format
1 parent 4493d9f commit 15b2cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The `main.jsx` file is the entry point. Open it up and we'll put React Router on
7070
```jsx lines=[4, 9-11] bad lines=[3] filename=src/main.jsx
7171
import React from "react";
7272
import ReactDOM from "react-dom/client";
73-
import App from './App';
73+
import App from "./App";
7474
import { DataBrowserRouter, Route } from "react-router-dom";
7575
import "./index.css";
7676

0 commit comments

Comments
 (0)