summaryrefslogtreecommitdiff
path: root/src/pages/index.astro
blob: 9bc31595d626608c879ee48920b548f198e73681 (plain)
1
2
3
4
5
6
7
8
---
import Layout from '../layouts/Layout.astro';
import Welcome from '../components/Welcome.astro';
---

<Layout>
    <Welcome />
</Layout>