import { Row } from '@umami/react-zen'; export function WebsiteCompareBar({ websiteId }: { websiteId: string }) { return compare {websiteId}; }