From 177589b1e26fcabd7749dd0fbe8c39999c206609 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Fri, 3 Feb 2017 08:23:10 -0500 Subject: Updating client dependancies except ESLint and react-router (#5253) --- webapp/dispatcher/app_dispatcher.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/dispatcher') 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; -- cgit v1.2.3-1-g7c22