Skip to content

Commit

Permalink
fix: TS error
Browse files Browse the repository at this point in the history
  • Loading branch information
renet committed Sep 29, 2021
1 parent ba22b1b commit 28e5794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liquid/components/ld-label/ld-label.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Component, Element, Host, h, Prop } from '@stencil/core'
import { Component, Element, h, Prop } from '@stencil/core'
import { cloneAttributes } from '../../utils/cloneAttributes'
import { JSXBase } from '@stencil/core/internal'
import LabelHTMLAttributes = JSXBase.LabelHTMLAttributes
Expand Down

0 comments on commit 28e5794

Please sign in to comment.