Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timonson committed Jul 11, 2023
1 parent c79ef48 commit 7b83502
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/html_url/html_wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ export class HtmlWrapper extends Shadow {
static styles = css`
:host {
display: block;
}
`;
}`;

render() {
return html`<slot>${this.htmlData}</slot>`;
Expand Down

0 comments on commit 7b83502

Please sign in to comment.