From b9ab994a143938fefd4d18726c7b2c755cf1cb85 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Tue, 3 Apr 2018 11:50:56 -0400 Subject: [PATCH] Add npmrc --- .npmrc | 1 + src/App.js | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .npmrc 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 = () => ( + + + +