File size: 112 Bytes
b91e262
 
 
 
 
1
2
3
4
5
6
export default async function Page() {
  throw new Error('Kaputt!')

  return <p>This page always errors.</p>
}