We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded4437 commit 988b240Copy full SHA for 988b240
src/routes.js
@@ -38,6 +38,7 @@ const User = React.lazy(() => import('./views/Users/User'));
38
39
// https://github.com/ReactTraining/react-router/tree/master/packages/react-router-config
40
const routes = [
41
+ { path: '/', exact: true, name: 'Home' },
42
{ path: '/dashboard', name: 'Dashboard', component: Dashboard },
43
{ path: '/theme', exact: true, name: 'Theme', component: Colors },
44
{ path: '/theme/colors', name: 'Colors', component: Colors },
0 commit comments