1
0
cvsa-legacy/packages/frontend/src/pages/test-vdf.astro
2025-04-02 22:14:32 +08:00

9 lines
156 B
Plaintext

---
import VDFtester from "@components/VDFtester.svelte";
import Layout from "@layouts/Layout.astro";
---
<Layout>
<VDFtester client:load />
</Layout>