OSDN Git Service

add the peer information page.
[bytom/bytom-dashboard.git] / src / features / peers / routes.js
1 // import { RoutingContainer } from 'features/shared/components'
2 // import { PeerIndex } from './components'
3 // import { List } from './components'
4 //
5 //
6 // export default {
7 //   path: 'peers',
8 //   component: RoutingContainer,
9 //   indexRoute: { component: List }
10 // }
11 //
12
13 import { List } from './components'
14 import { makeRoutes } from 'features/shared'
15
16 export default (store) => makeRoutes(store, 'peer', List)