Add indexes to simplify route imports
This commit is contained in:
parent
87a8c22298
commit
391d97f30d
6 changed files with 13 additions and 9 deletions
|
@ -5,11 +5,8 @@ import ConnectionRequired from '../../components/ConnectionRequired';
|
|||
import ServerContentPage from '../../components/ServerContentPage';
|
||||
import { toAsyncPageRoute } from '../AsyncRoute';
|
||||
import { toViewManagerPageRoute } from '../LegacyRoute';
|
||||
import { ASYNC_ADMIN_ROUTES } from './asyncRoutes/admin';
|
||||
import { ASYNC_USER_ROUTES } from './asyncRoutes/user';
|
||||
import { LEGACY_ADMIN_ROUTES } from './legacyRoutes/admin';
|
||||
import { LEGACY_PUBLIC_ROUTES } from './legacyRoutes/public';
|
||||
import { LEGACY_USER_ROUTES } from './legacyRoutes/user';
|
||||
import { ASYNC_ADMIN_ROUTES, ASYNC_USER_ROUTES } from './asyncRoutes';
|
||||
import { LEGACY_ADMIN_ROUTES, LEGACY_PUBLIC_ROUTES, LEGACY_USER_ROUTES } from './legacyRoutes';
|
||||
|
||||
export const ExperimentalAppRoutes = () => (
|
||||
<Routes>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue