Skip to content

Commit

Permalink
refactor: use correct import in template-renderer entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Oct 2, 2024
1 parent 95dda8a commit 28b4066
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 28b4066

Please sign in to comment.