Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. import React from 'react'
  2.  
  3. class App extends React.Component {
  4. render() {
  5. return (
  6. <div className="App">
  7. <h1>Hello, React!</h1>
  8. </div>
  9. )
  10. }
  11. }
  12.  
  13. export default App
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement