Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
10
node_modules/next/dist/esm/client/components/not-found-error.js
generated
vendored
Normal file
10
node_modules/next/dist/esm/client/components/not-found-error.js
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue