Skip to content

Commit c74fa9e

Browse files
committed
style: fix incorrect ts import
1 parent 7ec2b78 commit c74fa9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {register} from './register.js'
22
import {bind} from './bind.js'
33
import {autoShadowRoot} from './auto-shadow-root.js'
4-
import {defineObservedAttributes, initializeAttrs} from './attr.ts'
4+
import {defineObservedAttributes, initializeAttrs} from './attr.js'
55
import type {CustomElement} from './custom-element.js'
66

77
/**

0 commit comments

Comments
 (0)