OSDN Git Service

add translation to page title.
[bytom/bytom-electron.git] / src / features / accounts / routes.js
1 import { List, New, AccountShow, AccountUpdate } from './components'
2 import { makeRoutes } from 'features/shared'
3
4 export default (store) => makeRoutes(store, 'account', List, New, AccountShow, AccountUpdate, {name_zh: '账户'})