[explorev2] Breaking down large files, fixing JS warnings (#1773)

* Breaking down large files, fixing JS warnings

* fix unit tests
This commit is contained in:
Maxime Beauchemin
2016-12-06 14:39:30 -08:00
committed by GitHub
parent 3597fdb7f8
commit c1558578d7
10 changed files with 1734 additions and 1739 deletions

View File

@@ -3,7 +3,7 @@ import TextField from './TextField';
import CheckboxField from './CheckboxField';
import TextAreaField from './TextAreaField';
import SelectField from './SelectField';
import { fieldTypes } from '../stores/store';
import { fieldTypes } from '../stores/fields';
const propTypes = {
name: PropTypes.string.isRequired,