UNPKG

dm-web-react

Version:

The DM web client with React.

6 lines 169 B
import Bond from "./Bond"; export default (function (store) { return ({ path: "/bond/:subRoute", component: Bond, }); }); //# sourceMappingURL=routes.js.map