UNPKG

@nadeshikon/plugin-nextjs

Version:
12 lines (10 loc) 220 B
import Link from 'next/link' export default function Errors() { return ( <div> <Link href="/error-throw?message=refreshed" id="throw-on-data"> Throw on data </Link> </div> ) }