aboutsummaryrefslogtreecommitdiff
path: root/src/layouts/PageLayout.astro
blob: 37303347da438d54a354ba6beb88768a5d832df7 (plain) (blame)
1
2
3
4
5
6
7
---
import BaseLayout from "./BaseLayout.astro";
---

<BaseLayout>
	<slot />
</BaseLayout>