import clsx from 'clsx' export function Prose({ children, className }) { return (
{children}
) }