8 lines
217 B
Plaintext
8 lines
217 B
Plaintext
---
|
|
import PageLayout from "../layouts/PageLayout.astro";
|
|
import SchematicDownload from "@components/SchematicDownload.svelte";
|
|
---
|
|
|
|
<PageLayout title={""}>
|
|
<SchematicDownload client:only="svelte" />
|
|
</PageLayout> |