summaryrefslogtreecommitdiffstats
path: root/webapp/dispatcher
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2017-02-03 08:23:10 -0500
committerGitHub <noreply@github.com>2017-02-03 08:23:10 -0500
commit177589b1e26fcabd7749dd0fbe8c39999c206609 (patch)
tree97c8653aad4ec0d3919b03341349a19adfdf058c /webapp/dispatcher
parent24f02a15c14d5890c1914933e1638b920788e496 (diff)
downloadchat-177589b1e26fcabd7749dd0fbe8c39999c206609.tar.gz
chat-177589b1e26fcabd7749dd0fbe8c39999c206609.tar.bz2
chat-177589b1e26fcabd7749dd0fbe8c39999c206609.zip
Updating client dependancies except ESLint and react-router (#5253)
Diffstat (limited to 'webapp/dispatcher')
-rw-r--r--webapp/dispatcher/app_dispatcher.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/dispatcher/app_dispatcher.jsx b/webapp/dispatcher/app_dispatcher.jsx
index 8ab38563b..d4a709c23 100644
--- a/webapp/dispatcher/app_dispatcher.jsx
+++ b/webapp/dispatcher/app_dispatcher.jsx
@@ -32,4 +32,4 @@ const AppDispatcher = Object.assign(new Flux.Dispatcher(), {
}
});
-module.exports = AppDispatcher;
+export default AppDispatcher;