Skip to content

Commit

Permalink
fix: import vaadin-iconset in main entrypoint (#3502)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Mar 1, 2022
1 parent 16bf6da commit 36dea1b
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 @@ -31,3 +29,4 @@ import './user-colors.js';
export * from './user-colors.js';
import './utility.js';
export * from './utility.js';
import './vaadin-iconset.js';

0 comments on commit 36dea1b

Please sign in to comment.