import { makeSkeletonPage } from "../../runtime/makeSkeletonPage.js"; export default makeSkeletonPage({ title: "Error 503", routePath: "/503", moduleId: "inline-503", featureKey: "error.503", notes: ["Compiled route includes an inline component instead of a lazy module."], });