Skip to content

Commit 23cd828

Browse files
committed
fixed jsxFactory
1 parent 1156584 commit 23cd828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import render from '../src';
2-
import { VNode, h } from 'preact';
2+
import { h } from 'preact';
33

4-
let vdom: VNode = <div class="foo">content</div>;
4+
let vdom = <div class="foo">content</div>;
55

66
let html = render(vdom);
77
console.log(html);

0 commit comments

Comments
 (0)