Skip to content

Commit

Permalink
Merge pull request #7 from buildo/6-should_import_tcomb_from
Browse files Browse the repository at this point in the history
#6: should import `tcomb` from `tcomb-react` (closes #6)
  • Loading branch information
FrancescoCioria authored Sep 5, 2016
2 parents f2dfa46 + eaa6c14 commit 77fc80e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"classnames": "^2.2.5",
"lodash": "^4.15.0",
"sass-flex-mixins": "^0.1.0",
"tcomb": "^3.2.13",
"tcomb-react": "^0.9.3"
},
"devDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions src/FlexView.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import React from 'react';
import cx from 'classnames';
import pick from 'lodash/pick';
import omit from 'lodash/omit';
import t from 'tcomb';
import { props } from 'tcomb-react';
import { t, props } from 'tcomb-react';


export const Props = {
Expand Down

0 comments on commit 77fc80e

Please sign in to comment.