Update page.tsx

This commit is contained in:
MacRimi 2025-02-16 00:40:12 +01:00 committed by GitHub
parent a6dfb28369
commit 50e99800b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,6 +64,7 @@ export default function GuidesPage() {
))}
</div>
</div>
<Footer />
</div>
)
}