Skip to content

Commit

Permalink
fix: import button from correct file in Lit version of upload (#8551)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Jan 23, 2025
1 parent 83ae201 commit 9a0030d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/upload/src/vaadin-lit-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright (c) 2016 - 2025 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
*/
import '@vaadin/button/src/vaadin-button.js';
import '@vaadin/button/src/vaadin-lit-button.js';
import './vaadin-lit-upload-icon.js';
import './vaadin-upload-icons.js';
import './vaadin-lit-upload-file-list.js';
Expand Down

0 comments on commit 9a0030d

Please sign in to comment.