Severity: P2 — hygiene
src/utils/SqlFormatter.ts is a legacy hand-rolled SQL formatter. The editor uses the sql-formatter npm package via the QueryEditor flow instead. No code path imports SqlFormatter.ts.
Fix
Delete the file, remove any orphaned imports, run a typecheck.
Source: `audit/app-bugs.md` item #8.
Severity: P2 — hygiene
src/utils/SqlFormatter.tsis a legacy hand-rolled SQL formatter. The editor uses thesql-formatternpm package via the QueryEditor flow instead. No code path importsSqlFormatter.ts.Fix
Delete the file, remove any orphaned imports, run a typecheck.
Source: `audit/app-bugs.md` item #8.