We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bba76d commit 9c70259Copy full SHA for 9c70259
src/components/my-element.ts
@@ -1,6 +1,7 @@
1
-import {LitElement, html} from 'lit-element';
+import {LitElement, html} from 'lit';
2
3
class MyElement extends LitElement {
4
+
5
render() {
6
return html`
7
<div>Hello from MyElement!</div>
0 commit comments