We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4ebaf commit a148abbCopy full SHA for a148abb
playground/components/my-component/my-component.tsx
@@ -1,4 +1,5 @@
1
-import { Component, Prop } from '@stencil/core'
+// eslint-disable-next-line unused-imports/no-unused-imports
2
+import { Component, Prop, h } from '@stencil/core'
3
import { format } from '../../utils/utils.js'
4
5
@Component({
0 commit comments