Skip to content

Commit a148abb

Browse files
fix eslint
1 parent ca4ebaf commit a148abb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

playground/components/my-component/my-component.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { Component, Prop } from '@stencil/core'
1+
// eslint-disable-next-line unused-imports/no-unused-imports
2+
import { Component, Prop, h } from '@stencil/core'
23
import { format } from '../../utils/utils.js'
34

45
@Component({

0 commit comments

Comments
 (0)