Skip to content

Commit 7212ed9

Browse files
paodbjavier-godoy
authored andcommitted
fix: correct import for Vaadin 23.2 compatibility
Close #15
1 parent ede0dcc commit 7212ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/META-INF/frontend/rss-items.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import '@polymer/polymer/polymer-legacy.js';
3838

3939
import '@polymer/iron-ajax/iron-ajax.js';
4040
import '@polymer/iron-image/iron-image.js';
41-
import * as X2JS from "x2js/x2js.js";
41+
import X2JS from "x2js/x2js.js";
4242
import {PolymerElement} from '@polymer/polymer/polymer-element.js';
4343
import {html} from '@polymer/polymer/lib/utils/html-tag.js';
4444

0 commit comments

Comments
 (0)