9 lines
No EOL
160 B
Text
9 lines
No EOL
160 B
Text
---
|
|
import Page from "../../travaux/[slug].astro"
|
|
|
|
export { getStaticPaths } from "../../travaux/[slug].astro"
|
|
|
|
const { props } = Astro
|
|
---
|
|
|
|
<Page {...props} /> |