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

6 lines
100 B
Plaintext

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