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

Welcome to Inferno

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

); export default App;