summaryrefslogtreecommitdiffstats
path: root/web/react/components/post.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2015-11-19 01:20:49 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2015-11-19 01:20:49 +0500
commit3e2aba873db6cee3838930321416275b2bbce2be (patch)
treef1baec4a433821e5025926e45c3b789ae1b6b197 /web/react/components/post.jsx
parentade5802ed1ecabdc388c9838d23eec2a9c46e096 (diff)
downloadchat-3e2aba873db6cee3838930321416275b2bbce2be.tar.gz
chat-3e2aba873db6cee3838930321416275b2bbce2be.tar.bz2
chat-3e2aba873db6cee3838930321416275b2bbce2be.zip
Removing postInfo from post.jsx
Diffstat (limited to 'web/react/components/post.jsx')
-rw-r--r--web/react/components/post.jsx2
1 files changed, 0 insertions, 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);