Skip to content

Commit

Permalink
fix(lit): update references to lit classes #223
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 committed Jul 13, 2023
1 parent dda4fc2 commit 879ceef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/auro-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

// ---------------------------------------------------------------------

import { LitElement, html } from 'lit-element';
import { ifDefined } from 'lit-html/directives/if-defined.js';
import { classMap } from 'lit-html/directives/class-map';
import { LitElement, html } from "lit";
import { classMap } from 'lit/directives/class-map.js';
import { ifDefined } from 'lit/directives/if-defined.js';
import styleCss from "./style-css.js";
import '@alaskaairux/auro-loader';

Expand Down

0 comments on commit 879ceef

Please sign in to comment.