Move inputs and buttons to central components

This commit is contained in:
Tom Moor
2017-06-25 19:21:08 -07:00
parent 52765d9d1d
commit 93a44e4a4c
10 changed files with 141 additions and 48 deletions

View File

@ -0,0 +1,3 @@
// @flow
import Button from './Button';
export default Button;