DEBSOURCES
Skip Quicknav
sources / libnb-platform18-java / 12.1-3 / webcommon / javascript2.editor / test / unit / data / testfiles / parser / jsx / jsx4.js
12345678910
function contact(context) { return ( <div className={s.root}> <div className={s.container}> <h1>{title}</h1> <p>...</p> </div> </div> ); }