chore: remove useless prop

This commit is contained in:
xHyroM 2023-01-02 17:20:17 +01:00
parent 69e0cc3323
commit 297abd680d

View file

@ -6,7 +6,6 @@ import Layout from "./Layout.astro"
export interface Props {
content: {
title: string;
date?: string;
};
}