Guest User

Untitled

a guest
Nov 14th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. export default class SecondPage extends Component {
  2. constructor(props){
  3. super(props);
  4. state = {} // error
  5. }
  6.  
  7.  
  8. render() {
  9.  
  10. return (
  11. <div>Hello</div>
  12. );
  13. }
  14. }
  15.  
  16. }
Add Comment
Please, Sign In to add comment