Skip to content

Commit 9c70259

Browse files
committed
lit templates
1 parent 2bba76d commit 9c70259

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/my-element.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import {LitElement, html} from 'lit-element';
1+
import {LitElement, html} from 'lit';
22

33
class MyElement extends LitElement {
4+
45
render() {
56
return html`
67
<div>Hello from MyElement!</div>

0 commit comments

Comments
 (0)