Update page.tsx

This commit is contained in:
MacRimi 2025-02-15 23:53:08 +01:00 committed by GitHub
parent 82fc87bc41
commit 657fe61e09
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>
</div> </div>
<Footer />
</div> </div>
) )
} }