This commit is contained in:
Belén Curcio
2018-07-31 11:18:13 -03:00
parent 466cecda5f
commit bf959691eb
@@ -7,7 +7,7 @@ import { CommentContainer as Data } from "talk-stream/__generated__/CommentConta
import Comment from "../components/Comment";
export interface InnerProps {
interface InnerProps {
data: Data;
}