import * as React from 'react' export default function Page() { return <>This page does nothing, everything happens in middleware</> }