👽️ Updated legacy svelte components to runes
All checks were successful
Build and deploy website / build (push) Successful in 1m7s

This commit is contained in:
2025-02-15 14:34:47 +01:00
parent 7c5b228e59
commit 04f279dab3
8 changed files with 39 additions and 24 deletions

View File

@ -8,5 +8,5 @@ const uses = await getCollection("uses")
---
<Layout title="Hardware" class="mx-auto max-w-[750px]">
<UsesPage server:defer uses={uses} />
<UsesPage client:load uses={uses} />
</Layout>