import home from './home' // import form from './form' // import list from './list' // import profile from './profile' // import result from './result' // import exception from './exception' // import admin from './admin' import system from './system' // import link from './link' // import iframe from './iframe' // import other from './other' export default [ ...home, // ...form, // ...list, // ...profile, // ...result, // ...exception, // ...admin, ...system, // ...link, // ...iframe, // ...other, ]