Guest User

Untitled

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