Upgrade to react 16
[aai/sparky-fe.git] / src / generic-components / notifications / NotificationModal.jsx
index b09212d..1547da3 100644 (file)
@@ -30,6 +30,7 @@
        *
        */
 import React, {Component, PropTypes} from 'react';
+import { PropTypes } from 'prop-types';
 import {connect} from 'react-redux';
 import Button from 'react-bootstrap/lib/Button.js';