Skip to content

Commit

Permalink
add missing imports for 24.5 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 authored May 28, 2024
1 parent 04fac95 commit 8fffc35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/all-imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ import '@vaadin/number-field';
import '@vaadin/overlay';
import '@vaadin/password-field';
import '@vaadin/polymer-legacy-adapter';
import '@vaadin/popover';
import '@vaadin/progress-bar';
import '@vaadin/radio-group';
import '@vaadin/scroller';
Expand Down Expand Up @@ -144,4 +145,4 @@ import 'lit/directives/until.js';
import 'lit/directives/when.js';
import 'lit/html.js';
import 'lit/polyfill-support.js';
import 'lit/static-html.js';
import 'lit/static-html.js';

0 comments on commit 8fffc35

Please sign in to comment.