interface BrowserSnaphsotProps { src: string; } export function BrowserSnapshot({ src }: BrowserSnaphsotProps) { return ( Browser Screenshot ); }