Skip to content

Commit

Permalink
Remove unused import (#11875)
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Apr 14, 2020
1 parent 4094dfe commit 4e6d6d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next-polyfill-nomodule/src/index.js
Expand Up @@ -8,7 +8,6 @@ import 'core-js/features/array/from'
import 'core-js/features/array/includes'
import 'core-js/features/array/iterator'
import 'core-js/features/array/of'
import 'core-js/features/array/species'
import 'core-js/features/function/has-instance'
import 'core-js/features/map'
import 'core-js/features/number/constructor'
Expand Down

0 comments on commit 4e6d6d2

Please sign in to comment.