From 081958dfb1db9a6e2a65395fc2b290b19429cfe0 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sun, 16 Feb 2025 12:53:24 +0100 Subject: [PATCH] Update page.tsx --- web/app/guides/page.tsx | 2 ++ 1 file changed, 2 insertions(+) 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() { ))} +