10 lines
173 B
Plaintext
10 lines
173 B
Plaintext
---
|
|
import BaseLayout from "@/layouts/BaseLayout.astro";
|
|
import Wrapper from "@/components/containers/Wrapper.astro";
|
|
---
|
|
<BaseLayout>
|
|
<Wrapper>
|
|
|
|
</Wrapper>
|
|
</BaseLayout>
|