Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adds missing comma from imports list.
  • Loading branch information
tylerbuchea committed Jan 11, 2017
1 parent 528b431 commit 35021ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -44,7 +44,7 @@ import {
Fieldset,
Form,
FormGroup,
Input
Input,
Label,
Switch
} from 'react-native-clean-form'
Expand Down

0 comments on commit 35021ac

Please sign in to comment.