3 lines
85 B
TypeScript
3 lines
85 B
TypeScript
export default function ErrorPage() {
|
|
return <p>Sorry, something went wrong</p>
|
|
} |