修复丢失的前端文件
This commit is contained in:
9
frontend/admin/src-reverse/pages/errors/Error503Page.js
Normal file
9
frontend/admin/src-reverse/pages/errors/Error503Page.js
Normal file
@@ -0,0 +1,9 @@
|
||||
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."],
|
||||
});
|
||||
Reference in New Issue
Block a user