Skip to content

Commit 987c047

Browse files
committed
fix circular dependency
1 parent 1ab1326 commit 987c047

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/routes.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React from 'react';
2-
import DefaultLayout from './containers/DefaultLayout';
32

43
const Breadcrumbs = React.lazy(() => import('./views/Base/Breadcrumbs'));
54
const Cards = React.lazy(() => import('./views/Base/Cards'));
@@ -39,7 +38,6 @@ const User = React.lazy(() => import('./views/Users/User'));
3938

4039
// https://github.com/ReactTraining/react-router/tree/master/packages/react-router-config
4140
const routes = [
42-
{ path: '/', exact: true, name: 'Home', component: DefaultLayout },
4341
{ path: '/dashboard', name: 'Dashboard', component: Dashboard },
4442
{ path: '/theme', exact: true, name: 'Theme', component: Colors },
4543
{ path: '/theme/colors', name: 'Colors', component: Colors },

0 commit comments

Comments
 (0)