10 lines
289 B
JavaScript
10 lines
289 B
JavaScript
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."],
|
|
});
|