4 messages · Page 1 of 1 (latest)
Should be Link, not link. Capitalization always matters in programming
Link
link
In JS, anyways.
Make sure you've got a import Link from 'next/link'; at the top of the file as well
import Link from 'next/link';
great