fix: incorrect proptype
This commit is contained in:
parent
1b9065bb09
commit
19842f909e
Binary file not shown.
Binary file not shown.
|
|
@ -16,7 +16,6 @@ import type { Metadata } from 'next';
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
params: Promise<{ locale: Lang }>
|
params: Promise<{ locale: Lang }>
|
||||||
searchParams: Promise<{ [key: string]: string | string[] | undefined }>
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function generateMetadata(
|
export async function generateMetadata(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue