Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janicklas-ralph committed Oct 22, 2019
1 parent 58be970 commit 3551397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/chunking/pages/page3.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Link from 'next/Link'
import Link from 'next/link'
import('lodash').then(_ => console.log(_.chunk(['a', 'b', 'c', 'd'], 2)))

const Page = () => {
Expand Down

0 comments on commit 3551397

Please sign in to comment.