Skip to content

Instantly share code, notes, and snippets.

@Mohammad-Faisal
Created November 3, 2020 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mohammad-Faisal/5f2e3eeaca8bd4561b25931fc2ab776c to your computer and use it in GitHub Desktop.
Save Mohammad-Faisal/5f2e3eeaca8bd4561b25931fc2ab776c to your computer and use it in GitHub Desktop.
import React from 'react';
import Link from "next/link";
export default function Home() {
return <div>
<Link href={'about'}>Go to About Page</Link>
</div>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment