Skip to content

Commit

Permalink
menu, menuitem: fixes circular dep
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchristopherbrady committed Apr 18, 2023
1 parent abebe36 commit d7f4122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-components/src/menu-list/menu-list.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d7f4122

Please sign in to comment.