UNPKG

@nadeshikon/plugin-nextjs

Version:
11 lines (9 loc) 176 B
import Nav from '../../components/nav' export default function page() { return ( <div> <h1>{`component:root.server`}</h1> <Nav /> </div> ) }