Commit e345406c authored by Clement Ho's avatar Clement Ho

Remove import so that webpack can handle the module

parent 3b17bba1
...@@ -106,9 +106,6 @@ var Dispatcher; ...@@ -106,9 +106,6 @@ var Dispatcher;
.catch(fail); .catch(fail);
break; break;
case 'projects:merge_requests:show': case 'projects:merge_requests:show':
import('./pages/projects/merge_requests/show')
.then(callDefault)
.catch(fail);
shortcut_handler = true; shortcut_handler = true;
break; break;
case 'dashboard:activity': case 'dashboard:activity':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment