Commit 90d4d9b5 authored by Phil Hughes's avatar Phil Hughes

Added import:fogbugz:new_user_map import to dispatcher

parent 506717d0
......@@ -550,7 +550,7 @@ import Activities from './activities';
import('./pages/snippets/show').then(m => m.default()).catch(fail);
break;
case 'import:fogbugz:new_user_map':
new UsersSelect();
import('./pages/import/fogbugz/new_user_map').then(m => m.default()).catch(fail);
break;
case 'profiles:personal_access_tokens:index':
case 'admin:impersonation_tokens:index':
......
import UsersSelect from '../../../../users_select';
export default () => new UsersSelect();
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