6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
---
|
|
import Page from "../../bedarfsausweis/index.astro"
|
|
const { props } = Astro
|
|
---
|
|
|
|
<Page {...props} /> |