Skip to content

Commit

Permalink
refactor: use correct import in template-renderer entrypoint (#7919)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Oct 2, 2024
1 parent 72d70ec commit 02cc350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/polymer-legacy-adapter/template-renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
* Copyright (c) 2021 - 2024 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
*/
export * from './src/template-renderer.js';
import './src/template-renderer.js';

0 comments on commit 02cc350

Please sign in to comment.