Files
fullstack-starter/apps/demo-server/src/components/Error.tsx
2026-01-21 14:41:56 +08:00

4 lines
86 B
TypeScript

export function ErrorComponent() {
return <div>An unhandled error happened!</div>
}