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 5cb7a37 commit 68467dcCopy full SHA for 68467dc
src/routes/index.js
@@ -9,7 +9,7 @@ import AddBook from "../components/BooksPage/AddBook";
9
import HomePage from "../components/HomePage";
10
import UserBookList from "../components/UserBookList";
11
12
-const IndexRoutes = () => {
+const IndexRoutes = (props) => {
13
return (
14
<Switch>
15
<Route path="/home" component={HomePage} />
0 commit comments