diff --git a/client/coral-admin/src/AppRouter.js b/client/coral-admin/src/AppRouter.js index ffc891a0d..032ca86e3 100644 --- a/client/coral-admin/src/AppRouter.js +++ b/client/coral-admin/src/AppRouter.js @@ -1,5 +1,5 @@ import React from 'react'; -import {Router, Route, IndexRedirect} from 'react-router'; +import {Router, Route, IndexRedirect, IndexRoute} from 'react-router'; import {history} from 'coral-framework/helpers/router'; import Configure from 'routes/Configure'; @@ -54,6 +54,7 @@ const routes = ( +