import Show from "./Show"
const BusRouter = [ { path: 'show', component: Show },
]
export default BusRouter