import index from "./r/index"; import view from "./r/view"; import about from "./r/about"; export default { index: index, view: view, about: about };