import { BrowserRouter } from 'inferno-router'; import QueryString from 'query-string'; import { Jumbotron } from './components/Bootstrap'; import { Button, Form, FormGroup, Input, Label, Select } 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.


{
					JSON.stringify(QueryString.parse(window.location.search), undefined, 2)
				}
); export default App;