diff --git a/components/ChapterSection.tsx b/components/ChapterSection.tsx index a492126..aceb9e3 100644 --- a/components/ChapterSection.tsx +++ b/components/ChapterSection.tsx @@ -3,6 +3,7 @@ import { Chapters } from "@/data"; import { PinContainer } from "./ui/Pin"; import Image from "next/image"; +import Link from "next/link"; const ChapterSection = () => { return ( @@ -13,12 +14,14 @@ const ChapterSection = () => {