Files
HKSingleParty/99_references/supabase-examples/auth/nextjs/app/error/page.tsx
2025-05-28 09:55:51 +08:00

4 lines
84 B
TypeScript

export default function ErrorPage() {
return <p>Sorry, something went wrong</p>
}