diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..f1ac309 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +registry=https://registry.yarnpkg.com/ diff --git a/src/App.js b/src/App.js index eebd11b..57037b4 100644 --- a/src/App.js +++ b/src/App.js @@ -2,7 +2,14 @@ import { BrowserRouter } from 'inferno-router'; import QueryString from 'query-string'; import { Jumbotron } from './components/Bootstrap'; -import { Button, Form, FormGroup, Input, Label } from './components/Bootstrap/Form'; +import { + Button, + Form, + FormGroup, + Input, + Label, + Select +} from './components/Bootstrap/Form'; import { Container, Row } from './components/Bootstrap/Grid'; const App = () => ( @@ -26,6 +33,15 @@ const App = () => ( + + + +