Commit 2f86f64f authored by Phil Hughes's avatar Phil Hughes

Added admin:conversational_development_index:show import to dispatcher

parent 90d4d9b5
......@@ -544,7 +544,7 @@ import Activities from './activities';
import('./pages/users/show').then(callDefault).catch(fail);
break;
case 'admin:conversational_development_index:show':
new UserCallout();
import('./pages/admin/conversational_development_index/show').then(m => m.default()).catch(fail);
break;
case 'snippets:show':
import('./pages/snippets/show').then(m => m.default()).catch(fail);
......
import UserCallout from '../../../../user_callout';
export default () => new UserCallout();
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