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 5605fd3 commit 8fc8f35Copy full SHA for 8fc8f35
examples/with-nextjs/pages/examples/with-nextjs.js
@@ -3,7 +3,7 @@ import Async from "react-async"
3
import DevTools from "react-async-devtools"
4
import fetch from "isomorphic-fetch"
5
import Link from "next/link"
6
-import Router, { withRouter } from "next/router"
+import { withRouter } from "next/router"
7
8
const loadUser = ({ userId = 1 }) =>
9
fetch(`https://reqres.in/api/users/${userId}`)
0 commit comments