import styles from "./styles.module.scss" type EventExcerptProps = { children?: React.ReactNode } type RowProps = { label: string, children: React.ReactNode } export const EventExcerptRow = ({label, children}: RowProps) => { return (