summaryrefslogtreecommitdiff
path: root/node_modules/@jet-app/app-store/tmp/src/common/editorial-pages/editorial-page-intent-controller-utils.js
blob: e3c2690979eb984071ba2d3af27b8b7bdb111e7a (plain)
1
2
3
4
5
import { generateRoutes } from "../util/generate-routes";
import { makeEditorialPageIntentByID } from "../../api/intents/editorial/editorial-page-intent";
const { routes: editorialPageRoutes, makeCanonicalUrl: makeEditorialPageURL } = generateRoutes(makeEditorialPageIntentByID, "/{platform}/editorial/{id}");
export { editorialPageRoutes, makeEditorialPageURL };
//# sourceMappingURL=editorial-page-intent-controller-utils.js.map