From 5c5b07793bbd25d55e30340bf57520795363a1b4 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sat, 15 Feb 2025 17:10:49 +0100 Subject: [PATCH] Update page.tsx --- web/app/guides/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/app/guides/page.tsx b/web/app/guides/page.tsx index 00bc90d..3176df6 100644 --- a/web/app/guides/page.tsx +++ b/web/app/guides/page.tsx @@ -1,5 +1,4 @@ import Link from "next/link" -const Footer = dynamic(() => import("@/components/footer"), { ssr: false }) interface Guide { title: string