Skip to content

Commit

Permalink
menu, menuitem: alphabetize index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchristopherbrady committed Apr 18, 2023
1 parent d7f4122 commit d9b27cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ export * from './counter-badge/index.js';
export * from './divider/index.js';
export * from './image/index.js';
export * from './label/index.js';
export * from './menu-list/index.js';
export * from './menu-button/index.js';
export * from './menu-item/index.js';
export * from './menu-list/index.js';
export * from './progress-bar/index.js';
export * from './slider/index.js';
export * from './spinner/index.js';
Expand Down

0 comments on commit d9b27cf

Please sign in to comment.