import { Background } from '@repo/ui'; type Props = { readonly html: string; }; export function Conditions({ html }: Props) { return ( ); }