Guest User

Untitled

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