import { Card, Typography } from "@linagora/twake-mui"; export function SimpleEventChip({ title }: { title: string }) { return ( {title} ); }