Skip to content

Commit 99bb45f

Browse files
committed
fix linting
1 parent 7526c75 commit 99bb45f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/web-components/src/menu-item/menu-item.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import { attr, type ElementsFilter, FASTElement, observable } from '@microsoft/fast-element';
1+
import { attr, FASTElement, observable } from '@microsoft/fast-element';
22
import { keyArrowLeft, keyArrowRight, keyEnter, keySpace } from '@microsoft/fast-web-utilities';
3-
import type { MenuList } from '../menu-list/menu-list.js';
43
import type { StartEndOptions } from '../patterns/start-end.js';
54
import { StartEnd } from '../patterns/start-end.js';
65
import { applyMixins } from '../utils/apply-mixins.js';

0 commit comments

Comments
 (0)