Guest User

Untitled

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