This repository has been archived on 2025-12-24. You can view files and clone it, but cannot push or open issues or pull requests.
site-template/src/pages/forms/contact.astro

10 lines
173 B
Plaintext

---
import BaseLayout from "@/layouts/BaseLayout.astro";
import Wrapper from "@/components/containers/Wrapper.astro";
---
<BaseLayout>
<Wrapper>
</Wrapper>
</BaseLayout>