Guest User

Untitled

a guest
May 26th, 2018
75
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 './App.css';
  3. import Author from './Author.js';
  4.  
  5. class App extends Component {
  6.  
  7. render() {
  8. return ( <
  9. Author name = "Capucine" / >
  10. );
  11. }
  12. }
  13. export default App;
Add Comment
Please, Sign In to add comment