Skip to content

Commit

Permalink
Fix: Add unloaded components (#32124)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano authored Jun 11, 2021
1 parent 1269725 commit 045f329
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/icons/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ export { default as tablet } from './library/tablet';
export { default as title } from './library/title';
export { default as tool } from './library/tool';
export { default as trash } from './library/trash';
export { default as trendingDown } from './library/trending-down';
export { default as trendingUp } from './library/trending-up';
export { default as typography } from './library/typography';
export { default as undo } from './library/undo';
export { default as ungroup } from './library/ungroup';
Expand Down

0 comments on commit 045f329

Please sign in to comment.