We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48339bd commit 9e90070Copy full SHA for 9e90070
1 file changed
src/controller.ts
@@ -1,7 +1,7 @@
1
-import {register} from './register.js'
2
-import {bind} from './bind.js'
3
-import {autoShadowRoot} from './auto-shadow-root.js'
4
-import {defineObservedAttributes, initializeAttrs} from './attr.js'
+import {register} from './register'
+import {bind} from './bind'
+import {autoShadowRoot} from './auto-shadow-root'
+import {defineObservedAttributes, initializeAttrs} from './attr'
5
import type {CustomElement} from './custom-element'
6
7
/**
0 commit comments