6 lines
No EOL
98 B
Text
6 lines
No EOL
98 B
Text
---
|
|
import Page from "../../articles/index.astro"
|
|
const { props } = Astro
|
|
---
|
|
|
|
<Page {...props} /> |