1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

preload fix

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-08-09 18:08:18 +03:00
parent 9f2c22d2c2
commit 9374789a71

View File

@ -20,9 +20,6 @@
*/
import fetch from "node-fetch";
import AbortController from "abort-controller";
window.AbortController = AbortController;
export {
fetch