X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fsparky-fe.git;a=blobdiff_plain;f=src%2Fgeneric-components%2FtitledContainer%2FTitledContainer.jsx;h=6aa626d55478c786bc31e3ba98958f98f9c44054;hp=7ac3f1165a2846af969d44c1327b4c1c84c4861c;hb=96319fec0d2af2be5802a56d6b05a3ada939c8df;hpb=47b85e9b95e0a0a3570f0cea4d3ee4645c911a8b diff --git a/src/generic-components/titledContainer/TitledContainer.jsx b/src/generic-components/titledContainer/TitledContainer.jsx index 7ac3f11..6aa626d 100644 --- a/src/generic-components/titledContainer/TitledContainer.jsx +++ b/src/generic-components/titledContainer/TitledContainer.jsx @@ -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 Button from 'react-bootstrap/lib/Button'; import i18n from 'utils/i18n/i18n';