Upgrade to react 16
[aai/sparky-fe.git] / src / generic-components / InlineMessage / InlineMessage.jsx
index 647b5dd..d634337 100644 (file)
@@ -18,7 +18,8 @@
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
-import React, {Component, PropTypes} from 'react';
+import React, {Component} from 'react';
+import { PropTypes } from 'prop-types';
 import FontAwesome from 'react-fontawesome';
 import InlineMessageConstatns from './InlineMessageConstants';