diff --git a/packages/web-components/src/menu-list/menu-list.ts b/packages/web-components/src/menu-list/menu-list.ts index 575c974146bf05..ebec294fe40e63 100644 --- a/packages/web-components/src/menu-list/menu-list.ts +++ b/packages/web-components/src/menu-list/menu-list.ts @@ -1,5 +1,5 @@ import { FASTMenu, MenuItemRole } from '@microsoft/fast-foundation'; -import { MenuItem, MenuItemColumnCount } from '../index.js'; +import { MenuItem, MenuItemColumnCount } from '../menu-item/index.js'; /** * The base class used for constructing a fluent-menu-list custom element