Remove react-bootstrap-moment-date-picker for now
This commit is contained in:
parent
76cae858f4
commit
6b1bc8bec5
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import React, {PropTypes} from 'react';
|
||||
import {cond, always, not, isNil, T, compose} from 'ramda';
|
||||
import {FormGroup, ControlLabel, FormControl, Well, HelpBlock} from 'react-bootstrap';
|
||||
import DatePicker from '../../../../../../react-bootstrap-moment-date-picker/src/index'; // not working properly yet
|
||||
//import DatePicker from '../../../../../../react-bootstrap-moment-date-picker/src/index'; // not working properly yet
|
||||
import {isValidEvidenceUrl} from 'validations/statements';
|
||||
import Dropzone from 'react-dropzone';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import React, { PropTypes } from 'react';
|
||||
import { FormGroup, ControlLabel, FormControl, Well, HelpBlock } from 'react-bootstrap';
|
||||
import DatePicker from '../../../../../../react-bootstrap-moment-date-picker/src/index';
|
||||
// import DatePicker from '../../../../../../react-bootstrap-moment-date-picker/src/index';
|
||||
|
||||
const SummaryStep = ({}) => (
|
||||
<Well>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue