summaryrefslogtreecommitdiffstats
path: root/web/react/components/posts_view_container.jsx
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-12-03 12:59:49 -0500
committerhmhealey <harrisonmhealey@gmail.com>2015-12-03 14:35:32 -0500
commitbc173ebcb47f60d5e99081156575a8ace98fe168 (patch)
treed5afdb7a2d789dcbe96d75a8328ad30971607cd7 /web/react/components/posts_view_container.jsx
parentea80836c6e0acc4fe871024aab04ceba045bdcad (diff)
downloadchat-bc173ebcb47f60d5e99081156575a8ace98fe168.tar.gz
chat-bc173ebcb47f60d5e99081156575a8ace98fe168.tar.bz2
chat-bc173ebcb47f60d5e99081156575a8ace98fe168.zip
Renamed channel_intro_mssages.jsx to channel_intro_messages.jsx
Diffstat (limited to 'web/react/components/posts_view_container.jsx')
-rw-r--r--web/react/components/posts_view_container.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/posts_view_container.jsx b/web/react/components/posts_view_container.jsx
index 6dff2a644..631bd1872 100644
--- a/web/react/components/posts_view_container.jsx
+++ b/web/react/components/posts_view_container.jsx
@@ -12,7 +12,7 @@ import * as EventHelpers from '../dispatcher/event_helpers.jsx';
import Constants from '../utils/constants.jsx';
-import {createChannelIntroMessage} from '../utils/channel_intro_mssages.jsx';
+import {createChannelIntroMessage} from '../utils/channel_intro_messages.jsx';
export default class PostsViewContainer extends React.Component {
constructor() {