import Nav from '../../components/nav' export default function page() { return ( <div> <h1>{`component:root.server`}</h1> <Nav /> </div> ) }