ieeeucsd-org/src/pages/index.astro
2024-12-23 22:05:02 -08:00

8 lines
151 B
Text

---
import Layout from "../layouts/Layout.astro";
import Landing from "../components/main_page/Landing.astro";
---
<Layout>
<Landing />
</Layout>