Remove unneeded imports

This commit is contained in:
Quincy Morgan
2020-10-13 17:05:29 -04:00
parent 474b345988
commit e092d27108
2 changed files with 0 additions and 5 deletions
-4
View File
@@ -1,7 +1,3 @@
// polyfills newer JS functionality for older browsers
import 'core-js/stable';
import 'regenerator-runtime/runtime';
// polyfill window.fetch and AbortController (not included in core-js)
import 'whatwg-fetch';
import 'abortcontroller-polyfill/dist/polyfill-patch-fetch';