Skip to content

Commit 481b536

Browse files
committed
refactor: fix import order
1 parent 03ff1f2 commit 481b536

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/plugin-axe/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
import './lib/_polyfills.dom.js';
12
import { axePlugin } from './lib/axe-plugin.js';
2-
import './lib/polyfills.dom.js';
33

44
export default axePlugin;
55

File renamed without changes.

0 commit comments

Comments
 (0)