Skip to content

Commit

Permalink
fix: Update import to not require allowSyntheticDefaultImports=true (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonparallel authored Jan 4, 2022
1 parent 3a9d529 commit 8d47177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import axe from 'axe-core';
import * as axe from 'axe-core';

declare global {
interface Window {
Expand Down

0 comments on commit 8d47177

Please sign in to comment.