import { formatSql } from '@/utils'; import { CodePreview } from './code-preview'; interface Props { data: { display_type: string; sql: string; thought: string; }; } function VisConvertError({ data }: Props) { return (