aboutsummaryrefslogtreecommitdiffstats
path: root/app/javascript/routes/components/StopPoint.js
diff options
context:
space:
mode:
authorZog2017-12-28 17:05:48 +0100
committerZog2018-01-10 09:29:36 +0100
commitb4d016c8aa2e671e2b5a492d7e742d5166069495 (patch)
tree9f260c5a9dafb76050c83d6bb4186e45e734819c /app/javascript/routes/components/StopPoint.js
parent2fa6e52c311a0ca63d6bb6339bb056ee0dad5b8c (diff)
downloadchouette-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.js4
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'