Skip to content

Commit 2e3a2f3

Browse files
committed
perf: remove unused import from at-focus-controller
1 parent ec6b358 commit 2e3a2f3

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)