tambahannya
This commit is contained in:
9
src/app/error.tsx
Normal file
9
src/app/error.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
'use client'
|
||||
export default function Error() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Something went wrong!</h1>
|
||||
<p>Sorry, something went wrong.</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user