Add Schem Download
This commit is contained in:
8
src/pages/schematic.astro
Normal file
8
src/pages/schematic.astro
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
import PageLayout from "../layouts/PageLayout.astro";
|
||||
import SchematicDownload from "@components/SchematicDownload.svelte";
|
||||
---
|
||||
|
||||
<PageLayout title={""}>
|
||||
<SchematicDownload client:only="svelte" />
|
||||
</PageLayout>
|
||||
Reference in New Issue
Block a user