Commit 67b575d0 authored by Clement Ho's avatar Clement Ho

Refactor dispatcher dashboard projects route

parent bd50ecba
......@@ -216,6 +216,8 @@ import Activities from './activities';
break;
case 'dashboard:projects:index':
case 'dashboard:projects:starred':
import('./pages/dashboard/projects').then(callDefault).catch(fail);
break;
case 'explore:projects:index':
case 'explore:projects:trending':
case 'explore:projects:starred':
......
import ProjectsList from '~/projects_list';
export default () => new ProjectsList();
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