summaryrefslogtreecommitdiffstats
path: root/webapp/dispatcher/app_dispatcher.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/dispatcher/app_dispatcher.jsx')
-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;