export default function NestedPage() { return ( <> <h1 data-testid="nested-resolved">This is the nested Page</h1> </> ) }