import React from 'react' const FeeRouters = [ { path: '/list-fee', component: React.lazy(() => import('./Index')), }, ] export default FeeRouters