import React from 'react' export default function Page() { return <p id="nested">hello world from /nested</p> }