import { SiteExcerptData } from '@automattic/sites'; type Props = { site: SiteExcerptData; tabName: string; }; const PreviewPaneSample = ( { site, tabName }: Props ) => { return (