3 lines
89 B

export default function Detail({ customerUrl }: {
customerUrl: any;
}): JSX.Element;