fixed prop-types deprecation

This commit is contained in:
Wyatt Johnson
2017-08-28 12:03:20 -06:00
parent a570626787
commit deb69d4e8c
57 changed files with 117 additions and 60 deletions
@@ -1,4 +1,5 @@
import React, {PropTypes} from 'react';
import React from 'react';
import PropTypes from 'prop-types';
import {notifyForNewCommentStatus} from 'talk-plugin-commentbox/CommentBox';
import {CommentForm} from 'talk-plugin-commentbox/CommentForm';
import styles from './Comment.css';