create project
This commit is contained in:
9
kitabcitab/node_modules/next/dist/esm/client/components/not-found.js
generated
vendored
Normal file
9
kitabcitab/node_modules/next/dist/esm/client/components/not-found.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export const NOT_FOUND_ERROR_CODE = 'NEXT_NOT_FOUND';
|
||||
export function notFound() {
|
||||
// eslint-disable-next-line no-throw-literal
|
||||
const error = new Error(NOT_FOUND_ERROR_CODE);
|
||||
error.digest = NOT_FOUND_ERROR_CODE;
|
||||
throw error;
|
||||
}
|
||||
|
||||
//# sourceMappingURL=not-found.js.map
|
||||
Reference in New Issue
Block a user