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