Guest User

Untitled

a guest
May 27th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. import React, { Component } from 'react';
  2.  
  3. Class App extends Component {
  4. reder(){
  5. return (
  6. <div>
  7.  
  8. </div>
  9. )
  10. }
  11. }
  12.  
  13. export default App;
Add Comment
Please, Sign In to add comment