Skip to content

Commit

Permalink
fix(ui-library): fix eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ashk1996 committed Oct 17, 2024
1 parent 1276bae commit 488bbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-library/src/components/form-label/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { html, nothing } from 'lit';
import { html } from 'lit';
import { unsafeHTML } from 'lit/directives/unsafe-html.js';
import { TAG_NAME } from './renderFunction.js';
import { classMap } from 'lit/directives/class-map.js';
Expand Down

0 comments on commit 488bbfd

Please sign in to comment.