2024-09-08 13:14:02 +02:00
|
|
|
---
|
2024-09-25 22:20:47 +02:00
|
|
|
import Layout from "../layouts/Layout.astro"
|
2024-10-06 11:18:59 +02:00
|
|
|
import Greeting from "../components/Greeting.astro"
|
2024-09-08 13:14:02 +02:00
|
|
|
---
|
|
|
|
|
2024-09-25 22:20:47 +02:00
|
|
|
<Layout title="Velkommen">
|
2024-10-06 11:18:59 +02:00
|
|
|
<Greeting />
|
2024-09-08 13:14:02 +02:00
|
|
|
</Layout>
|