Create board.astro
This commit is contained in:
parent
e2f819e3a3
commit
f8bc24a07f
1 changed files with 8 additions and 0 deletions
8
src/pages/board.astro
Normal file
8
src/pages/board.astro
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
import ProjectSection from "../components/projects/ProjectSection.astro";
|
||||||
|
import Layout from "../layouts/Layout.astro";
|
||||||
|
---
|
||||||
|
|
||||||
|
<Layout>
|
||||||
|
<ProjectSection />
|
||||||
|
</Layout>
|
Loading…
Reference in a new issue