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