swc/crates/swc_estree_compat/tests/fixtures/jsx-self-closing/input.jsx

4 lines
42 B
React
Raw Normal View History

const App = () => {
return <div />
};