mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 09:35:36 +01:00
5 lines
158 B
TypeScript
5 lines
158 B
TypeScript
import { Row } from '@umami/react-zen';
|
|
|
|
export function WebsiteCompareBar({ websiteId }: { websiteId: string }) {
|
|
return <Row>compare {websiteId}</Row>;
|
|
}
|