Skip to content

Instantly share code, notes, and snippets.

@kcmr
Created April 23, 2021 07:13
Show Gist options
  • Save kcmr/728b70f84e531e9d83086cd5500b8204 to your computer and use it in GitHub Desktop.
Save kcmr/728b70f84e531e9d83086cd5500b8204 to your computer and use it in GitHub Desktop.
-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