open_in_new
content_copy
import React from 'react'; const App = () => { return( /* <div>JSX</div> */ ) } exports default App;