fix: incorrect proptype

This commit is contained in:
Dariusz Niemczyk 2025-02-09 20:33:15 +01:00
parent 1b9065bb09
commit 19842f909e
No known key found for this signature in database
3 changed files with 0 additions and 1 deletions

Binary file not shown.

View file

@ -16,7 +16,6 @@ import type { Metadata } from 'next';
type Props = {
params: Promise<{ locale: Lang }>
searchParams: Promise<{ [key: string]: string | string[] | undefined }>
}
export async function generateMetadata(