makearmy-app/node_modules/next/dist/esm/client/components/not-found-error.js
2025-09-22 10:37:53 -04:00

10 lines
No EOL
348 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-error.js.map