Skip to content

Commit 8d47177

Browse files
fix: Update import to not require allowSyntheticDefaultImports=true (#115)
1 parent 3a9d529 commit 8d47177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import axe from 'axe-core';
1+
import * as axe from 'axe-core';
22

33
declare global {
44
interface Window {

0 commit comments

Comments
 (0)