9 lines
162 B
Plaintext
9 lines
162 B
Plaintext
![]() |
---
|
||
|
import OnePager from "../../components/Greeting.astro"
|
||
|
import Layout from "../../layouts/Layout.astro"
|
||
|
---
|
||
|
|
||
|
<Layout title="Welcome">
|
||
|
<OnePager />
|
||
|
</Layout>
|