martials.no/src/pages/en/hardware.astro
Martin Berg Alstad 2bead91a32
All checks were successful
Build and deploy website / build (push) Successful in 1m39s
Build and deploy website / deploy (push) Successful in 2s
Gitea workflow
Fixed build failure
2024-09-28 16:32:34 +02:00

11 lines
291 B
Plaintext

---
import Layout from "../../layouts/Layout.astro"
import HardwarePage from "../../components/HardwarePage.svelte"
import "../../styles/global.css"
---
<Layout title="Hardware" class="mx-auto max-w-[750px]">
<h1 class="text-center">Hardware</h1>
<HardwarePage client:load />
</Layout>