fix: remove unused file
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kolaente 2024-09-22 17:39:12 +02:00
parent 29af22032e
commit bc13703ed8
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -1,10 +0,0 @@
---
import Docs from '../../layouts/Docs.astro'
const post = Astro.props
const {Content, headings} = await post.render()
---
<Docs headings={headings} {...post.data}>
<Content/>
</Docs>