Skip to content

Commit

Permalink
fix: import vaadin-iconset in main entrypoint (#3502) (#3505)
Browse files Browse the repository at this point in the history
Co-authored-by: Serhii Kulykov <[email protected]>
  • Loading branch information
vaadin-bot and web-padawan authored Mar 1, 2022
1 parent 2d360f0 commit 345dab7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/vaadin-lumo-styles/all-imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ import './color.js';
export * from './color.js';
import './font-icons.js';
export * from './font-icons.js';
import './icons.js';
export * from './icons.js';
import './sizing.js';
export * from './sizing.js';
import './spacing.js';
Expand All @@ -29,3 +27,4 @@ import './typography.js';
export * from './typography.js';
import './utility.js';
export * from './utility.js';
import './vaadin-iconset.js';

0 comments on commit 345dab7

Please sign in to comment.