Skip to content

Commit 1304412

Browse files
committed
chore: format
1 parent 8e02247 commit 1304412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/router-components/browser-router.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ A `<BrowserRouter>` stores the current location in the browser's address bar usi
2727

2828
```tsx
2929
import * as React from "react";
30-
import { createRoot } from 'react-dom/client';
30+
import { createRoot } from "react-dom/client";
3131
import { BrowserRouter } from "react-router-dom";
3232

33-
const root = createRoot(document.getElementById('root'));
33+
const root = createRoot(document.getElementById("root"));
3434

3535
root.render(
3636
<BrowserRouter>

0 commit comments

Comments
 (0)