mirror of
https://github.com/valentineus/popov.link.git
synced 2025-06-07 18:43:34 +03:00
8 lines
91 B
Plaintext
8 lines
91 B
Plaintext
|
---
|
||
|
import BaseLayout from "./BaseLayout.astro";
|
||
|
---
|
||
|
|
||
|
<BaseLayout>
|
||
|
<slot />
|
||
|
</BaseLayout>
|