website-astro/src/pages/en/snippets/index.astro
2024-06-21 15:05:35 +02:00

6 lines
No EOL
99 B
Text
Executable file

---
import Page from "../../fragments/index.astro"
const { props } = Astro
---
<Page {...props} />