Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Mar 29, 2024
1 parent ca4ebaf commit a148abb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playground/components/my-component/my-component.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Component, Prop } from '@stencil/core'
// eslint-disable-next-line unused-imports/no-unused-imports
import { Component, Prop, h } from '@stencil/core'
import { format } from '../../utils/utils.js'

@Component({
Expand Down

0 comments on commit a148abb

Please sign in to comment.