8 lines
151 B
Text
8 lines
151 B
Text
---
|
|
import Layout from "../layouts/Layout.astro";
|
|
import Landing from "../components/main_page/Landing.astro";
|
|
---
|
|
|
|
<Layout>
|
|
<Landing />
|
|
</Layout>
|