Skip to content

Commit 70d879f

Browse files
committed
lint preact adjustment
1 parent 2eb595a commit 70d879f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/desktop-jsx-preact/components/app.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// eslint-disable-next-line no-unused-vars
12
import { h } from 'preact'
23

34
const App = () => {

examples/desktop-jsx-preact/index.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// eslint-disable-next-line no-unused-vars
12
import { h, render } from 'preact'
23
import App from './components/app.jsx'
34

0 commit comments

Comments
 (0)