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
+2 -1
View File
@@ -1,4 +1,5 @@
import React, {Component, PropTypes} from 'react';
import React, {Component} from 'react';
import PropTypes from 'prop-types';
import CommentBox from '../talk-plugin-commentbox/CommentBox';
const name = 'talk-plugin-replies';