Files
novarix.uk/node_modules/next/dist/esm/client/components/builtin/global-not-found.js
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02:00

15 lines
512 B
JavaScript

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