mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
refactor: move Svelte components to Astro
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user