| // TODO-APP: enable when flight error serialization is implemented | |
| import { notFound } from 'next/navigation' | |
| export default function Page() { | |
| notFound() | |
| return <></> | |
| } | |
| // TODO-APP: enable when flight error serialization is implemented | |
| import { notFound } from 'next/navigation' | |
| export default function Page() { | |
| notFound() | |
| return <></> | |
| } | |