mirror of
https://github.com/supabase/supabase.git
synced 2026-06-04 20:02:42 +08:00
This PR runs `prettier` on the `examples` folder. Depends on https://github.com/supabase/supabase/pull/43849.
4 lines
84 B
TypeScript
4 lines
84 B
TypeScript
export default function ErrorPage() {
|
|
return <p>Sorry, something went wrong</p>
|
|
}
|