import Ansi from 'ansi-to-react'; import { ensureString } from '@curvenote/blocks'; import type { MinifiedErrorOutput } from '@curvenote/nbtx'; import { MaybeLongContent } from './components'; export default function Error({ output }: { output: MinifiedErrorOutput }) { return ( { return (
            {content ?? ''}
          
); }} /> ); }