From 3e2aba873db6cee3838930321416275b2bbce2be Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 19 Nov 2015 01:20:49 +0500 Subject: Removing postInfo from post.jsx --- web/react/components/post.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/react/components/post.jsx b/web/react/components/post.jsx index 474478de2..7e4af07c4 100644 --- a/web/react/components/post.jsx +++ b/web/react/components/post.jsx @@ -13,8 +13,6 @@ var AsyncClient = require('../utils/async_client.jsx'); var ActionTypes = Constants.ActionTypes; var utils = require('../utils/utils.jsx'); -var PostInfo = require('./post_info.jsx'); - export default class Post extends React.Component { constructor(props) { super(props); -- cgit v1.2.3-1-g7c22