Skip to content

Commit cbd6421

Browse files
authored
perf: remove unused import from at-focus-controller (#2966)
1 parent ec6b358 commit cbd6421

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/pfe-core/controllers/at-focus-controller.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { isServer, type ReactiveControllerHost } from 'lit';
2-
import { bound } from '../decorators/bound.js';
32

43
function isATFocusableItem(el: Element): el is HTMLElement {
54
return !!el

0 commit comments

Comments
 (0)