import AgencyData from '../views/AgencyData'
export default [
{
path: '/',
name: 'agencydata',
component: AgencyData,
},
]