feat: move Footer out of main

This commit is contained in:
Ayo Ayco 2025-06-21 10:58:35 +02:00
parent a2abb6f5ec
commit 8ccfa4173a

View file

@ -14,9 +14,8 @@ const page = {
<p>{page.description}</p>
<p>Visit the <a href="https://ayco.io/threads">page</a></p>
<Footer />
</main>
<Footer />
</Layout>
<style>