mirror of https://github.com/Wilfred/difftastic/
Expand example in JSX samples to test #72
parent
d417fc9ae1
commit
2bdd876d40
@ -1,3 +1,10 @@
|
||||
ReactDOM.render(
|
||||
<h1>Hello, world!</h1>,
|
||||
document.getElementById("root"));
|
||||
|
||||
var x = (
|
||||
<div>
|
||||
<p>
|
||||
foo
|
||||
</p>
|
||||
</div>);
|
||||
|
||||
Loading…
Reference in New Issue