Add collaboration feature
[sdc.git] / openecomp-ui / src / sdc-app / flows / SequenceDiagram.jsx
index 1add76b..c128083 100644 (file)
@@ -13,7 +13,8 @@
  * or implied. See the License for the specific language governing
  * permissions and limitations under the License.
  */
-import React, {Component, PropTypes} from 'react';
+import React, {Component} from 'react';
+import PropTypes from 'prop-types';
 import Button from 'sdc-ui/lib/react/Button.js';
 import Sequencer from 'dox-sequence-diagram-ui';