Update page.tsx

This commit is contained in:
MacRimi 2025-02-15 17:10:49 +01:00 committed by GitHub
parent 77e138f419
commit 5c5b07793b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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