mirror of
https://github.com/xHyroM/website.git
synced 2024-11-14 03:28:07 +01:00
chore: remove useless prop
This commit is contained in:
parent
69e0cc3323
commit
297abd680d
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ import Layout from "./Layout.astro"
|
||||||
export interface Props {
|
export interface Props {
|
||||||
content: {
|
content: {
|
||||||
title: string;
|
title: string;
|
||||||
date?: string;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue