UNPKG

@nadeshikon/plugin-nextjs

Version:
11 lines (10 loc) 192 B
import Link from 'next/link' export default function HomePage() { return ( <> <Link href="/dashboard" id="to-dashboard"> To Dashboard </Link> </> ) }