feat: create add machine page

This commit is contained in:
Taranto 2020-03-15 21:51:19 +00:00 committed by Josh Harvey
parent b1b8b82260
commit 2b71c08444
7 changed files with 350 additions and 5 deletions

View file

@ -1,3 +1,4 @@
import Checkbox from './Checkbox'
import TextInput from './TextInput'
export { Checkbox }
export { Checkbox, TextInput }