Update page.tsx

This commit is contained in:
MacRimi 2025-02-15 17:08:51 +01:00 committed by GitHub
parent 6432364c79
commit 32a92a7a2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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