diff --git a/apps/docs/components/Home/index.tsx b/apps/docs/components/Home/index.tsx index 861ffe8410..2d08aee26d 100644 --- a/apps/docs/components/Home/index.tsx +++ b/apps/docs/components/Home/index.tsx @@ -3,6 +3,7 @@ import React from "react"; import styles from "./styles.module.css"; import getClassNameFactory from "@/core/lib/get-class-name-factory"; import { Button } from "@/core/components/Button"; +import Link from "next/link"; const getClassName = getClassNameFactory("Home", styles); @@ -26,7 +27,9 @@ export const Home = () => {