cvsa/packages/frontend/src/pages/index.astro

9 lines
134 B
Plaintext

---
import Welcome from '@components/Welcome.astro';
import Layout from '@layouts/Layout.astro';
---
<Layout>
<Welcome />
</Layout>