Spaces:
Sleeping
Sleeping
"use client" | |
import { ClapProject, ClapSegment } from "@/lib/clap/types" | |
export async function resolve(segment: ClapSegment, clap: ClapProject): Promise<JSX.Element> { | |
return ( | |
<div | |
className="w-full h-full" | |
/> | |
) | |
} |