title is optional
This commit is contained in:
@@ -10,7 +10,7 @@ export function Html({
|
|||||||
description = packageJson.description,
|
description = packageJson.description,
|
||||||
children,
|
children,
|
||||||
}: {
|
}: {
|
||||||
title: string
|
title?: string
|
||||||
description?: string
|
description?: string
|
||||||
children: ReactNode
|
children: ReactNode
|
||||||
}) {
|
}) {
|
||||||
|
|||||||
Reference in New Issue
Block a user