title is optional

This commit is contained in:
MapleLeaf
2022-01-09 03:08:19 -06:00
parent ffa68cec13
commit 0a89521a36

View File

@@ -10,7 +10,7 @@ export function Html({
description = packageJson.description,
children,
}: {
title: string
title?: string
description?: string
children: ReactNode
}) {