4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
export function ErrorComponent() {
|
|
return <div>An unhandled error happened!</div>
|
|
}
|