export { Page } function Page({ is404 }: { is404: boolean }) { if (is404) { return ( <>
This page could not be found.
Something went wrong.