blob: 99b8df7bbe4fac714c9089cd49931c8c976f51af (
plain)
1
2
3
4
5
|
import { makeRoutableArcadeSeeAllPageIntent } from "../../api/intents/routable-arcade-see-all-page-intent";
import { generateRoutes } from "../util/generate-routes";
const { routes, makeCanonicalUrl } = generateRoutes(makeRoutableArcadeSeeAllPageIntent, "/{platform}/arcade/see-all");
export { routes as arcadeSeeAllRoutes, makeCanonicalUrl as makeArcadeSeeAllCanonicalUrl };
//# sourceMappingURL=arcade-see-all-routing.js.map
|