[dyad] Downgraded packages to fix build error - wrote 2 file(s)

This commit is contained in:
[dyad]
2026-01-30 09:44:28 +01:00
parent f71e70de27
commit f05bc7d830
2 changed files with 5 additions and 6 deletions

View File

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