Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
108
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. import '../styles/index.css';
  4.  
  5. class App extends React.PureComponent {
  6. render() {
  7. return (
  8. <div>
  9. <h1>Hello World!</h1>
  10. </div>
  11. );
  12. }
  13. }
  14.  
  15. export default App;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement