chore: clean code

This commit is contained in:
xHyroM 2023-01-01 18:24:49 +01:00
parent 13c31a297d
commit a89bdf804b

View file

@ -11,7 +11,7 @@ export interface Props {
} }
const { const {
content: { title, date }, content: { title },
} = Astro.props; } = Astro.props;
--- ---