Skip to content

Commit

Permalink
added eslint problem
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Dec 13, 2024
1 parent e593422 commit fd61e76
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,5 +1,5 @@
import { html, nothing } from "lit";
import { customElement, property } from "lit/decorators.js";
import { customElement, property, eventOptions } from "lit/decorators.js";
import styles from "./fab.styles.js";
import "../icon/icon.js";
import { ifDefined } from "lit/directives/if-defined.js";
Expand Down

0 comments on commit fd61e76

Please sign in to comment.