UNPKG

@nadeshikon/plugin-nextjs

Version:
11 lines (9 loc) 213 B
import Link from 'next/link' export default function Page() { return ( <> <Link href="/route-group">To route group</Link> <p id="inner-basic-route">Inner basic route</p> </> ) }