summaryrefslogtreecommitdiffstats
path: root/web/react/pages/channel.jsx
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-25 20:20:26 -0500
committer=Corey Hulen <corey@hulen.com>2016-01-25 20:20:26 -0500
commit19ad1cf763f5bfb4095a584c02b8027cf3300e29 (patch)
treef1ba7bee70664cba7295038947c841d7f00fc8c0 /web/react/pages/channel.jsx
parentd20d6bed06289503301e54bc9bce387df419af4f (diff)
downloadchat-19ad1cf763f5bfb4095a584c02b8027cf3300e29.tar.gz
chat-19ad1cf763f5bfb4095a584c02b8027cf3300e29.tar.bz2
chat-19ad1cf763f5bfb4095a584c02b8027cf3300e29.zip
Fixing eslint error
Diffstat (limited to 'web/react/pages/channel.jsx')
-rw-r--r--web/react/pages/channel.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/pages/channel.jsx b/web/react/pages/channel.jsx
index 331ea3288..1e28dab8b 100644
--- a/web/react/pages/channel.jsx
+++ b/web/react/pages/channel.jsx
@@ -4,7 +4,6 @@
import ChannelView from '../components/channel_view.jsx';
import ChannelLoader from '../components/channel_loader.jsx';
import ErrorBar from '../components/error_bar.jsx';
-import ErrorStore from '../stores/error_store.jsx';
import * as Client from '../utils/client.jsx';
import GetTeamInviteLinkModal from '../components/get_team_invite_link_modal.jsx';