import Cptopn from "./Cptopn" import Ditame from "./Ditame" import Ditopn from "./Ditopn" import Office from "./Office" import Sptsel from "./Sptsel" import Trnrel from "./Trnrel" import Tstopn from "./Tstopn"
import Trndtl from "./Trnrel/Trndtl"
const BusRouter = [ {path:'cptopn',component:Cptopn}, {path:'ditame',component:Ditame}, {path:'ditopn',component:Ditopn}, {path:'office',component:Office}, {path:'sptsel',component:Sptsel}, {path:'trnrel',component:Trnrel},
{path:'trndtl',query:'inr',component:Trndtl},
{path:'tstopn',component:Tstopn}, ] export default BusRouter