diff options
| author | Zog | 2017-12-28 17:05:48 +0100 |
|---|---|---|
| committer | Zog | 2018-01-10 09:29:36 +0100 |
| commit | b4d016c8aa2e671e2b5a492d7e742d5166069495 (patch) | |
| tree | 9f260c5a9dafb76050c83d6bb4186e45e734819c /app/javascript/routes/components/StopPoint.js | |
| parent | 2fa6e52c311a0ca63d6bb6339bb056ee0dad5b8c (diff) | |
| download | chouette-core-b4d016c8aa2e671e2b5a492d7e742d5166069495.tar.bz2 | |
Refs #5437 @2h; Update Rect to v16
Because it is needed to test the components.
Major issue: Proptype now lives in a separate package, hence the huge
diff
Diffstat (limited to 'app/javascript/routes/components/StopPoint.js')
| -rw-r--r-- | app/javascript/routes/components/StopPoint.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/javascript/routes/components/StopPoint.js b/app/javascript/routes/components/StopPoint.js index 606121f99..2d47e802b 100644 --- a/app/javascript/routes/components/StopPoint.js +++ b/app/javascript/routes/components/StopPoint.js @@ -1,4 +1,6 @@ -import React, { PropTypes } from 'react' +import React from 'react' +import PropTypes from 'prop-types' + import BSelect2 from './BSelect2' import OlMap from './OlMap' |
