6 lines
124 B
Text
6 lines
124 B
Text
---
|
|
import Layout from "../layouts/Layout.astro";
|
|
import Card from "../components/Card.astro";
|
|
---
|
|
|
|
<Layout title="Home" />
|