Skip to content

Commit 11714bf

Browse files
committed
Fix formatting
1 parent 1e3574e commit 11714bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/getting-started/overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ npm install react-router-dom@6
2121

2222
```jsx
2323
import { render } from "react-dom";
24-
import { BrowserRouter, Routes, Route } from "react-router-dom";
24+
import {
25+
BrowserRouter,
26+
Routes,
27+
Route
28+
} from "react-router-dom";
2529
// import your route components too
2630

2731
render(

0 commit comments

Comments
 (0)