Create board.astro

This commit is contained in:
chark1es 2024-12-21 15:36:33 -08:00
parent e2f819e3a3
commit f8bc24a07f

8
src/pages/board.astro Normal file
View file

@ -0,0 +1,8 @@
---
import ProjectSection from "../components/projects/ProjectSection.astro";
import Layout from "../layouts/Layout.astro";
---
<Layout>
<ProjectSection />
</Layout>