fix / await promise before use

This commit is contained in:
2025-05-27 10:11:19 +03:00
parent 24d277c499
commit 46cd984395
2 changed files with 20 additions and 23 deletions

View File

@@ -260,3 +260,10 @@ export interface LeadPageProps extends Lead {
owner_name: string
owner_email: string
}
export interface RouteSearchPageProps {
params: Promise<{
category: string
route: string
}>
}