[dyad] Attempting to fix build error with a more complete type definition - wrote 1 file(s)
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user