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