fix: housekeeping
This commit is contained in:
@@ -9,6 +9,8 @@ export default function GlobalError({
|
||||
error: Error;
|
||||
reset: () => void;
|
||||
}) {
|
||||
console.error(error);
|
||||
|
||||
return (
|
||||
<div className={styles.container}>
|
||||
<h2>Something went wrong!</h2>
|
||||
|
||||
Reference in New Issue
Block a user