Skip to content

Commit 31ab524

Browse files
committed
fix import
1 parent ea1b7df commit 31ab524

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lessons/lesson33/lesson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ ReactDOM.createRoot(root).render(
274274
<!-- v -->
275275

276276
```jsx
277-
import { BrowserRouter, Routes, Route, Link } from "react-router-dom";
277+
import { BrowserRouter, Routes, Route, Link } from "react-router";
278278

279279
function Home() {
280280
return <h2>Главная</h2>;

0 commit comments

Comments
 (0)