fpaste/src/routes/index.mjs
2018-02-16 14:25:46 +01:00

10 lines
157 B
JavaScript

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