summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_focus_view.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/post_focus_view.jsx')
-rw-r--r--webapp/components/post_focus_view.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/post_focus_view.jsx b/webapp/components/post_focus_view.jsx
index 0655a9916..30a2f9d72 100644
--- a/webapp/components/post_focus_view.jsx
+++ b/webapp/components/post_focus_view.jsx
@@ -5,7 +5,7 @@ import PostsView from './posts_view.jsx';
import PostStore from 'stores/post_store.jsx';
import ChannelStore from 'stores/channel_store.jsx';
-import * as GlobalActions from 'action_creators/global_actions.jsx';
+import * as GlobalActions from 'actions/global_actions.jsx';
import React from 'react';