linear/src/pages/index.astro
array-in-a-matrix c513493917 clear template
2024-03-20 23:38:50 -04:00

10 lines
150 B
Plaintext

---
import Layout from "../layouts/Layout.astro";
import "../styles/global.css";
---
<Layout title="Welcome to Astro.">
<main>
</main>
</Layout>