next.js/test/integration/with-electron/app/pages/about.js
about.js9 lines156 B
import Link from 'next/link'

export default () => (
  <div id="about-page">
    <p>This is the about page</p>
    <Link href="/">Go Back</Link>
  </div>
)
Quest for Codev2.0.0
/
SIGN IN