export function Panel({ children, className = "", title }) { return (
{title}
i
{children}
); }