Update page.tsx

This commit is contained in:
MacRimi
2025-02-15 17:08:51 +01:00
committed by GitHub
parent 6432364c79
commit 32a92a7a2e

View File

@@ -1,4 +1,5 @@
import Link from "next/link"
const Footer = dynamic(() => import("@/components/footer"), { ssr: false })
interface Guide {
title: string