Files
2021-03-06 17:33:43 +01:00

4 lines
56 B
JavaScript

function C(x) {
return <div x={x} attr=<span /> />;
}