Skip to content

Commit

Permalink
🐛 Use correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorBeeston committed Dec 14, 2022
1 parent 0ec38ce commit 2090b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/learn-card-core/src/polyfills.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'core-js/actual/promise';
import 'isomorphic-fetch';
import * as ac from 'abort-controller/dist/abort-controller.mjs';
import * as ac from 'abort-controller/dist/abort-controller.js';

const g: any =
typeof globalThis !== 'undefined'
Expand Down

0 comments on commit 2090b9f

Please sign in to comment.