create .astro boilerplate

This commit is contained in:
nelle 2023-08-13 17:07:53 -06:00
parent 46c16a7e68
commit ab81b85938

View file

@ -0,0 +1,10 @@
---
import Layout from '../layouts/Layout.astro';
import Card from '../components/Card.astro';
---
<Layout title="LimePot - ">
<main>
</main>
</Layout>