refactor: move Svelte components to Astro

This commit is contained in:
Stefan Imhoff
2023-02-27 17:28:09 +01:00
parent 6c15bb55cf
commit c3998b9239
13 changed files with 89 additions and 52 deletions

View File

@@ -1,7 +1,8 @@
---
import Layout from '../layouts/Layout.astro';
import Headline from '../components/Headline.astro';
---
<Layout title="Homepage">
<h1>Homepage</h1>
<Headline>Homepage</Headline>
</Layout>