Skip to content

Commit 8fc8f35

Browse files
committed
Remove unused import.
1 parent 5605fd3 commit 8fc8f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/with-nextjs/pages/examples/with-nextjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Async from "react-async"
33
import DevTools from "react-async-devtools"
44
import fetch from "isomorphic-fetch"
55
import Link from "next/link"
6-
import Router, { withRouter } from "next/router"
6+
import { withRouter } from "next/router"
77

88
const loadUser = ({ userId = 1 }) =>
99
fetch(`https://reqres.in/api/users/${userId}`)

0 commit comments

Comments
 (0)