Files
desa-darmasaba/src/app/error.tsx
bipproduction 9bde6a2a06 tambahannya
2025-02-19 17:41:56 +08:00

9 lines
188 B
TypeScript

'use client'
export default function Error() {
return (
<div>
<h1>Something went wrong!</h1>
<p>Sorry, something went wrong.</p>
</div>
);
}