2024-09-25 22:20:47 +02:00
|
|
|
---
|
|
|
|
import OnePager from "../../components/Greeting.astro"
|
|
|
|
import Layout from "../../layouts/Layout.astro"
|
2025-02-15 13:29:01 +01:00
|
|
|
import "@/styles/global.css"
|
2024-09-25 22:20:47 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
<Layout title="Welcome">
|
|
|
|
<OnePager />
|
|
|
|
</Layout>
|