UNPKG

dm-web-react

Version:

The DM web client with React.

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