lingjing/node_modules/next/dist/esm/client/components/builtin/not-found.js
2026-02-23 09:51:43 +00:00

10 lines
343 B
JavaScript

import { jsx as _jsx } from "react/jsx-runtime";
import { HTTPAccessErrorFallback } from '../http-access-fallback/error-fallback';
export default function NotFound() {
return /*#__PURE__*/ _jsx(HTTPAccessErrorFallback, {
status: 404,
message: "This page could not be found."
});
}
//# sourceMappingURL=not-found.js.map