Created
April 23, 2021 07:13
-
-
Save kcmr/728b70f84e531e9d83086cd5500b8204 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-import { css } from 'lit-element'; | |
+import { css } from 'lit'; | |
-import { LitElement, html, property as foo, customElement } from 'lit-element'; | |
+import { LitElement, html } from 'lit'; | |
+import { property as foo, customElement } from 'lit/decorators.js'; | |
-import { repeat } from 'lit-html/directives/repeat.js'; | |
+import { repeat } from 'lit/directives/repeat.js'; | |
-import { ifDefined } from 'lit-html/directives/if-defined'; | |
+import { ifDefined } from 'lit/directives/if-defined'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment