Skip to content

Commit

Permalink
Fix import in @zeit/fetch example (#9074)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer authored and Luis Alvarez D committed Oct 14, 2019
1 parent 3263af5 commit 7d1f187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-zeit-fetch/fetch/browser.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import fetch from 'isomorphic-fetch'
import fetch from 'unfetch'

export default fetch

0 comments on commit 7d1f187

Please sign in to comment.