import { BrowserRouter } from 'inferno-router'; import { Jumbotron } from './components/Bootstrap'; import { Button, Form, FormGroup, Input, Label } from './components/Bootstrap/Form'; import { Container, Row } from './components/Bootstrap/Grid'; const App = () => (

Welcome to Inferno

To get started, edit src/App.js and save to reload.

); export default App;