s/Reply/ReplyThread/

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2018-02-20 15:40:19 +00:00
parent 7048d85246
commit 90f9badbf3
No known key found for this signature in database
GPG key ID: 3F879DA5AD802A5E
4 changed files with 7 additions and 7 deletions

View file

@ -18,7 +18,7 @@ limitations under the License.
'use strict';
import Reply from "../elements/Reply";
import Reply from "../elements/ReplyThread";
const React = require('react');
import PropTypes from 'prop-types';