diff --git a/web/app/guides/page.tsx b/web/app/guides/page.tsx index 74e305e..ebe15d5 100644 --- a/web/app/guides/page.tsx +++ b/web/app/guides/page.tsx @@ -3,6 +3,7 @@ import fs from "fs" import path from "path" import matter from "gray-matter" import Link from "next/link" +import Footer from "@/components/footer" const guidesDirectory = path.join(process.cwd(), "..", "guides") @@ -63,6 +64,7 @@ export default function GuidesPage() { ))} +