import { DownIcon } from 'shared/components/icons.mjs' export const Collapse = ({ title, children, valid = true, buttons = [] }) => (
{title[0]} {title[1]}
{buttons}
{children}
)