chore: place work in progress page back in workshop

This commit is contained in:
Alejandro Laguna
2025-09-07 11:08:57 +02:00
parent b15216687f
commit 53ffe2c4fa

View File

@@ -1,4 +1,4 @@
---
<!-- ---
import "../../styles/global.css"
import Layout from "../../layouts/Layout.astro"
import { getCollection } from 'astro:content';
@@ -94,4 +94,10 @@ const posts = (await getCollection('workshop')).sort(
</article>
))}
</div>
</Layout>
</Layout> -->
---
import WorkInProgress from "../../components/WorkInProgress.astro"
---
<WorkInProgress />