9 lines
134 B
Plaintext
9 lines
134 B
Plaintext
---
|
|
import Welcome from '@components/Welcome.astro';
|
|
import Layout from '@layouts/Layout.astro';
|
|
---
|
|
|
|
<Layout>
|
|
<Welcome />
|
|
</Layout>
|