Skip to content

Commit

Permalink
lit no missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Dec 18, 2024
1 parent 330aad6 commit aa62441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/fab/fab.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { html, nothing } from "lit";
import { customElement, property, eventOptions } from "lit/decorators.js";
import styles from "./fab.styles.js";
import "../icon/icon.js";
// import "../icon/icon.js";
import { ifDefined } from "lit/directives/if-defined.js";
import { Flavored, type Flavor } from "../../mixins/flavor.js";
import { BaseButton } from "../button/base-button.js";
Expand Down

0 comments on commit aa62441

Please sign in to comment.