website-astro/src/pages/en/veille/index.astro

6 lines
96 B
Plaintext
Raw Normal View History

2023-05-09 10:23:01 +02:00
---
import Page from "../../veille/index.astro"
const { props } = Astro
---
<Page {...props} />