'use client'; type Props = { height: number }; export function WaveformSkeleton({ height }: Props) { return (