[dyad] Attempting to fix build error with a more complete type definition - wrote 1 file(s)

This commit is contained in:
[dyad]
2026-01-30 09:42:48 +01:00
parent 97d3ea9e42
commit f71e70de27

View File

@@ -6,6 +6,7 @@ import { ArrowLeft } from "lucide-react";
type ClipPageProps = { type ClipPageProps = {
params: { id: string }; params: { id: string };
searchParams: { [key: string]: string | string[] | undefined };
}; };
export default async function ClipPage({ params }: ClipPageProps) { export default async function ClipPage({ params }: ClipPageProps) {